Receivables - EBS (MOSC)

MOSC Banner

Oracle Receivables: How to create "Communications" under "Contacts" tab for Customer Account Site us

edited Mar 25, 2020 4:14AM in Receivables - EBS (MOSC) 4 commentsAnswered

Dear All,

I am looking for an API which can create "Communications" under "Contacts" tab for Customer Account Site using API - Ver 11.5.10.2. (Not Communication Tab).

Communication Type: "Telecommunications" and "Email/Web".

HZ_CONTACT_POINT_V2PUB.create_contact_point -->> I am unable to create using this API.

E.g. for   1) Moon_Bill   - Separate Communications

               2) Moon_Ship - Separate Communications

               3) Moon_Term - Separate Communications

I have tried using the below API, it is getting created in Home - Customer Standards - "Communication" Tab. - Not at site level.

DECLAREp_contact_point_rec HZ_CONTACT_POINT_V2PUB.CONTACT_POINT_REC_TYPE;p_edi_rec           HZ_CONTACT_POINT_V2PUB.EDI_REC_TYPE;p_email_rec         HZ_CONTACT_POINT_V2PUB.EMAIL_REC_TYPE;p_phone_rec         HZ_CONTACT_POINT_V2PUB.PHONE_REC_TYPE;p_telex_rec         HZ_CONTACT_POINT_V2PUB.TELEX_REC_TYPE;p_web_rec           HZ_CONTACT_POINT_V2PUB.WEB_REC_TYPE;x_return_status     VARCHAR2(2000);x_msg_count         NUMBER;x_msg_data          VARCHAR2(2000);x_contact_point_id  NUMBER;BEGIN    BEGIN    -- Setting the Context --       fnd_client_info.set_org_context (XXXX);       DBMS_APPLICATION_INFO.set_client_info (XXX);       fnd_global.apps_initialize (user_id        => XXX,                                   resp_id        => XXX,                                   resp_appl_id   => XXX);    END;-- Initializing the Mandatory API parametersp_contact_point_rec.contact_point_type    := 'PHONE';p_contact_point_rec.owner_table_name      := 'HZ_PARTIES';p_contact_point_rec.owner_table_id        := 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center