DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_CUSTOMER_INFO

Line 3285: pa_customer_info.Get_Customer_Info

3281:
3282:
3283: /*Bug#4770535.Instead of passing l_copy_bill_to_contact_id and l_copy_ship_to_contact_id, now
3284: l_bill_to_contact_id and l_ship_to_contact_id are being passed.*/
3285: pa_customer_info.Get_Customer_Info
3286: ( X_project_ID => x_new_project_id,
3287: X_Customer_Id => l_cur_cust_info.customer_id,
3288: p_quick_entry_flag => 'N',
3289: X_Bill_To_Customer_Id => l_cur_cust_info.bill_to_customer_id,

Line 3429: pa_customer_info.Create_Customer_Contacts

3425: /*Bug#4770535 changed the variables l_copy_bill_to_contact_id and l_copy_ship_to_contact_id to l_bill_to_contact_id and
3426: l_ship_to_contact_id respectively which are passed below into Create_Customer_Contacts. */
3427:
3428:
3429: pa_customer_info.Create_Customer_Contacts
3430: ( X_Project_Id => x_new_project_id,
3431: X_Customer_Id => l_cur_cust_info.customer_id,
3432: X_Project_Relation_Code => l_cur_cust_info.project_relationship_code,
3433: X_Customer_Bill_Split => l_cur_cust_info.customer_bill_split,

Line 3500: pa_customer_info.Get_Customer_Info

3496: we need to reset them*/
3497:
3498: l_bill_to_contact_id := null;
3499: l_ship_to_contact_id := null;
3500: pa_customer_info.Get_Customer_Info
3501: ( X_project_ID => x_new_project_id,
3502: X_Customer_Id => l_cur_cust_info.customer_id,
3503: p_quick_entry_flag => 'N',
3504: X_Bill_To_Customer_Id => l_cur_cust_info.bill_to_customer_id,

Line 3636: pa_customer_info.Create_Customer_Contacts

3632: --there are no contacts for the customer and by mistake we should not copy the
3633: --contact returned by get_customer_info aboove as it will return contact at primary site.
3634: l_ship_to_contact_id := null;
3635:
3636: pa_customer_info.Create_Customer_Contacts
3637: ( X_Project_Id => x_new_project_id,
3638: X_Customer_Id => l_cur_cust_info.customer_id,
3639: X_Project_Relation_Code => l_cur_cust_info.project_relationship_code,
3640: X_Customer_Bill_Split => l_cur_cust_info.customer_bill_split,