DBA Data[Home] [Help]

APPS.GMS_MULTI_FUNDING dependencies on PA_CUSTOMERS_CONTACTS_PUB

Line 3524: G_Stage := '(390:Calling pa_customers_contacts_pub.create_customer_contact)';

3520: WHEN NO_DATA_FOUND THEN
3521: NULL;
3522: END;
3523:
3524: G_Stage := '(390:Calling pa_customers_contacts_pub.create_customer_contact)';
3525: IF bill_to_contact_exists IS NULL THEN
3526:
3527: pa_customers_contacts_pub.create_customer_contact
3528: ( p_api_version => 1.0

Line 3527: pa_customers_contacts_pub.create_customer_contact

3523:
3524: G_Stage := '(390:Calling pa_customers_contacts_pub.create_customer_contact)';
3525: IF bill_to_contact_exists IS NULL THEN
3526:
3527: pa_customers_contacts_pub.create_customer_contact
3528: ( p_api_version => 1.0
3529: ,p_init_msg_list => FND_API.G_TRUE
3530: ,p_commit => FND_API.G_FALSE
3531: ,p_validate_only => FND_API.G_FALSE

Line 3561: G_Stage := '(410:calling pa_customers_contacts_pub.create_customer_contact)';

3557: WHEN NO_DATA_FOUND THEN
3558: NULL;
3559: END;
3560:
3561: G_Stage := '(410:calling pa_customers_contacts_pub.create_customer_contact)';
3562: IF ship_to_contact_exists is NULL THEN
3563:
3564: pa_customers_contacts_pub.create_customer_contact
3565: (p_api_version => 1.0

Line 3564: pa_customers_contacts_pub.create_customer_contact

3560:
3561: G_Stage := '(410:calling pa_customers_contacts_pub.create_customer_contact)';
3562: IF ship_to_contact_exists is NULL THEN
3563:
3564: pa_customers_contacts_pub.create_customer_contact
3565: (p_api_version => 1.0
3566: ,p_init_msg_list => FND_API.G_TRUE
3567: ,p_commit => FND_API.G_FALSE
3568: ,p_validate_only => FND_API.G_FALSE