DBA Data[Home] [Help]

APPS.PV_PARTNER_PROGRAM_PVT dependencies on OZF_PRICELIST_PVT

Line 49: -- 12/08/2003 ktsao Changed package name from AMS_PRICELIST_PVT to OZF_PRICELIST_PVT.

45: -- 10/14/2003 ktsao Took out the call to PV_PRGM_PMT_MODE_PVT.Copy_Prgm_Pmt_Mode.
46: -- 11/11/2003 ktsao Took out the responsibility_id in Copy_Benefits.
47: -- 12/02/2003 ktsao Made a call to AMS_PRICELIST_PVT.add_inventory_item in Copy_Payments().
48: -- 12/08/2003 ktsao Made a call to copy the program prerequisites in Copy_Qualifications().
49: -- 12/08/2003 ktsao Changed package name from AMS_PRICELIST_PVT to OZF_PRICELIST_PVT.
50: -- 12/09/2003 ktsao Modified Copy_Qualifications to copy the prereq process rules as well.
51: -- 12/11/2003 ktsao Switch the order of
52: -- PVX_UTILITY_PVT.debug_message('l_new_inv_item_id(.....
53: -- and

Line 4916: l_new_inv_item_id OZF_PRICELIST_PVT.num_tbl_type;

4912: FROM pv_partner_program_vl
4913: WHERE program_id = cv_program_id;
4914:
4915: l_org_inv_item_id NUMBER;
4916: l_new_inv_item_id OZF_PRICELIST_PVT.num_tbl_type;
4917: l_index NUMBER;
4918: L_API_NAME CONSTANT VARCHAR2(30) := 'Copy_Payments';
4919: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
4920:

Line 4968: OZF_PRICELIST_PVT.add_inventory_item(

4964: l_index := l_index + 1;
4965: END LOOP;
4966:
4967: -- Copy Inventory Item
4968: OZF_PRICELIST_PVT.add_inventory_item(
4969: p_api_version => p_api_version_number
4970: ,p_init_msg_list => FND_API.G_FALSE
4971: ,p_commit => FND_API.G_FALSE
4972: ,x_return_status => x_return_status