DBA Data[Home] [Help]

APPS.JTF_RS_SALESREPS_PUB dependencies on JTF_RS_SALESREPS_PVT

Line 154: jtf_rs_salesreps_pvt.create_salesrep(

150:
151:
152: /* Calling Private API to insert salesrep */
153:
154: jtf_rs_salesreps_pvt.create_salesrep(
155: P_API_VERSION => 1,
156: P_INIT_MSG_LIST => fnd_api.g_false,
157: P_COMMIT => fnd_api.g_false,
158: P_RESOURCE_ID => l_resource_id,

Line 190: jtf_rs_salesreps_pvt.create_salesrep_migrate(

186:
187: ELSE
188:
189: /* Call the private procedure for Migration. */
190: jtf_rs_salesreps_pvt.create_salesrep_migrate(
191: P_API_VERSION => 1,
192: P_INIT_MSG_LIST => fnd_api.g_false,
193: P_COMMIT => fnd_api.g_false,
194: P_RESOURCE_ID => l_resource_id,

Line 497: jtf_rs_salesreps_pvt.update_salesrep(

493: RAISE FND_API.G_EXC_ERROR;
494: END IF;
495:
496: /* Calling Private API to insert salesrep */
497: jtf_rs_salesreps_pvt.update_salesrep(
498: P_API_VERSION => 1,
499: P_INIT_MSG_LIST => fnd_api.g_false,
500: P_COMMIT => fnd_api.g_false,
501: P_SALESREP_ID => l_salesrep_id,