DBA Data[Home] [Help]

APPS.GMS_MULTI_FUNDING dependencies on PA_CUSTOMER_INFO

Line 690: G_Stage := '(560:Calling pa_customer_info.get_customer_info)';

686: -- Bug 1672982
687: -- Bug Fix 2994625. PA.K roll up patch has get_customer_info with additional parameters.
688: -- Adding these additional parameters to the call.
689:
690: G_Stage := '(560:Calling pa_customer_info.get_customer_info)';
691: PA_CUSTOMER_INFO.GET_CUSTOMER_INFO(
692: X_PROJECT_ID => NULL,
693: X_CUSTOMER_ID => X_Customer_Id,
694: X_BILL_TO_CUSTOMER_ID => l_bill_to_customer_id,

Line 691: PA_CUSTOMER_INFO.GET_CUSTOMER_INFO(

687: -- Bug Fix 2994625. PA.K roll up patch has get_customer_info with additional parameters.
688: -- Adding these additional parameters to the call.
689:
690: G_Stage := '(560:Calling pa_customer_info.get_customer_info)';
691: PA_CUSTOMER_INFO.GET_CUSTOMER_INFO(
692: X_PROJECT_ID => NULL,
693: X_CUSTOMER_ID => X_Customer_Id,
694: X_BILL_TO_CUSTOMER_ID => l_bill_to_customer_id,
695: X_SHIP_TO_CUSTOMER_ID => l_ship_to_customer_id,

Line 3192: G_Stage := '(330:Calling pa_customer_info.get_customer_info)';

3188: -- Where as we need the billing address and contact FROM LOC if it exists
3189: -- and rest of the details FROM the funding source.
3190: -- We can use pa_project_customer_get_customer_info which exactly does that.
3191:
3192: G_Stage := '(330:Calling pa_customer_info.get_customer_info)';
3193: pa_customer_info.get_customer_info
3194: ( x_project_id => null
3195: ,x_customer_id => x_customer_id
3196: ,x_bill_to_customer_id => l_bill_to_customer_id

Line 3193: pa_customer_info.get_customer_info

3189: -- and rest of the details FROM the funding source.
3190: -- We can use pa_project_customer_get_customer_info which exactly does that.
3191:
3192: G_Stage := '(330:Calling pa_customer_info.get_customer_info)';
3193: pa_customer_info.get_customer_info
3194: ( x_project_id => null
3195: ,x_customer_id => x_customer_id
3196: ,x_bill_to_customer_id => l_bill_to_customer_id
3197: ,x_ship_to_customer_id => l_ship_to_customer_id

Line 3436: pa_customer_info.get_customer_info

3432: -- Where as we need the billing address and contact FROM LOC if it exists
3433: -- and rest of the details FROM the funding source.
3434: -- We can use pa_project_customer_get_customer_info which exactly does that.
3435:
3436: pa_customer_info.get_customer_info
3437: ( X_PROJECT_ID => NULL,
3438: X_CUSTOMER_ID => X_Customer_Id,
3439: X_BILL_TO_CUSTOMER_ID => l_bill_to_customer_id,
3440: X_SHIP_TO_CUSTOMER_ID => l_ship_to_customer_id,

Line 3506: -- Create contacts in the pa_project_contacts by calling pa_customer_info.create_customer_contacts

3502: RETCODE := X_Err_Code;
3503: END IF;
3504: */
3505: -- Bug Fix 2994625
3506: -- Create contacts in the pa_project_contacts by calling pa_customer_info.create_customer_contacts
3507: -- instead of inserting directly INTO the tables
3508: G_Stage := '(380:select from pa_project_contacts)';
3509: BEGIN
3510: Select