DBA Data[Home] [Help]

APPS.JTF_RS_SRP_TERRITORIES_PUB dependencies on JTF_RS_SRP_TERRITORIES_PVT

Line 12: Calls to these procedures will invoke procedures from jtf_rs_srp_territories_pvt

8: Its main procedures are as following:
9: Create Resource Salesrep Territories
10: Update Resource Salesrep Territories
11: Delete Resource Salesrep Territories
12: Calls to these procedures will invoke procedures from jtf_rs_srp_territories_pvt
13: to do business validations and to do actual inserts, updates and deletes into tables.
14: ******************************************************************************************/
15:
16: /* Package variables. */

Line 119: jtf_rs_srp_territories_pvt.create_rs_srp_territories

115: --End of Territory Id Validation
116:
117: --Call the Private API for create_rs_srp_territories
118:
119: jtf_rs_srp_territories_pvt.create_rs_srp_territories
120: (P_API_VERSION => 1,
121: P_INIT_MSG_LIST => fnd_api.g_false,
122: P_COMMIT => fnd_api.g_false,
123: P_SALESREP_ID => l_salesrep_id,

Line 279: jtf_rs_srp_territories_pvt.update_rs_srp_territories

275: AND territory_id = l_territory_id;
276:
277: --Call the private procedure for update
278:
279: jtf_rs_srp_territories_pvt.update_rs_srp_territories
280: (P_API_VERSION => 1,
281: P_INIT_MSG_LIST => fnd_api.g_false,
282: P_COMMIT => fnd_api.g_false,
283: P_SALESREP_TERRITORY_ID => l_salesrep_territory_id,