[Home] [Help]
3324:
3325:
3326: /*Bug#4770535.Instead of passing l_copy_bill_to_contact_id and l_copy_ship_to_contact_id, now
3327: l_bill_to_contact_id and l_ship_to_contact_id are being passed.*/
3328: pa_customer_info.Get_Customer_Info
3329: ( X_project_ID => x_new_project_id,
3330: X_Customer_Id => l_cur_cust_info.customer_id,
3331: p_quick_entry_flag => 'N',
3332: X_Bill_To_Customer_Id => l_cur_cust_info.bill_to_customer_id,
3468: /*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
3469: l_ship_to_contact_id respectively which are passed below into Create_Customer_Contacts. */
3470:
3471:
3472: pa_customer_info.Create_Customer_Contacts
3473: ( X_Project_Id => x_new_project_id,
3474: X_Customer_Id => l_cur_cust_info.customer_id,
3475: X_Project_Relation_Code => l_cur_cust_info.project_relationship_code,
3476: X_Customer_Bill_Split => l_cur_cust_info.customer_bill_split,
3539: we need to reset them*/
3540:
3541: l_bill_to_contact_id := null;
3542: l_ship_to_contact_id := null;
3543: pa_customer_info.Get_Customer_Info
3544: ( X_project_ID => x_new_project_id,
3545: X_Customer_Id => l_cur_cust_info.customer_id,
3546: p_quick_entry_flag => 'N',
3547: X_Bill_To_Customer_Id => l_cur_cust_info.bill_to_customer_id,
3675: --there are no contacts for the customer and by mistake we should not copy the
3676: --contact returned by get_customer_info aboove as it will return contact at primary site.
3677: l_ship_to_contact_id := null;
3678:
3679: pa_customer_info.Create_Customer_Contacts
3680: ( X_Project_Id => x_new_project_id,
3681: X_Customer_Id => l_cur_cust_info.customer_id,
3682: X_Project_Relation_Code => l_cur_cust_info.project_relationship_code,
3683: X_Customer_Bill_Split => l_cur_cust_info.customer_bill_split,