DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PUB dependencies on JTF_RS_GROUP_RELATE_PVT

Line 12: Calls corresponding procedures from jtf_rs_group_relate_pvt to do business

8: Create Resource Group Relate
9: Update Resource Group Relate
10: Delete Resource Group Relate
11: This package validates the input parameters to these procedures and then
12: Calls corresponding procedures from jtf_rs_group_relate_pvt to do business
13: validations and to do actual inserts, updates and deletes into tables.
14: ******************************************************************************************/
15:
16: /* Package variables. */

Line 146: jtf_rs_group_relate_pvt.create_resource_group_relate(

142: END IF;
143: CLOSE chk_rel_cur;
144:
145: --call private api for insert
146: jtf_rs_group_relate_pvt.create_resource_group_relate(
147: P_API_VERSION => 1.0,
148: P_INIT_MSG_LIST => p_init_msg_list,
149: P_COMMIT => null,
150: P_GROUP_ID => l_group_id,

Line 280: jtf_rs_group_relate_pvt.update_resource_group_relate(

276: CLOSE val_grp_rel_cur;
277:
278:
279: --call private api for updation
280: jtf_rs_group_relate_pvt.update_resource_group_relate(
281: P_API_VERSION => 1.0,
282: P_INIT_MSG_LIST => p_init_msg_list,
283: P_COMMIT => null,
284: P_GROUP_RELATE_ID => l_group_relate_id,

Line 411: jtf_rs_group_relate_pvt.delete_resource_group_relate(

407: CLOSE val_grp_rel_cur;
408:
409:
410: --call private api for updation
411: jtf_rs_group_relate_pvt.delete_resource_group_relate(
412: P_API_VERSION => 1.0,
413: P_INIT_MSG_LIST => p_init_msg_list,
414: P_COMMIT => null,
415: P_GROUP_RELATE_ID => p_group_relate_id,