DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PVT dependencies on JTF_RS_GROUP_RELATE_AUD_PVT

Line 438: JTF_RS_GROUP_RELATE_AUD_PVT.insert_group_relate(

434: CLOSE seq_cur;
435:
436: --call audit api
437:
438: JTF_RS_GROUP_RELATE_AUD_PVT.insert_group_relate(
439: P_API_VERSION => 1.0,
440: P_INIT_MSG_LIST => p_init_msg_list,
441: P_COMMIT => null,
442: P_GROUP_RELATE_ID => l_group_relate_id,

Line 1408: JTF_RS_GROUP_RELATE_AUD_PVT.update_group_relate(

1404:
1405: --call update table handler
1406: --call audit api
1407:
1408: JTF_RS_GROUP_RELATE_AUD_PVT.update_group_relate(
1409: P_API_VERSION => 1.0,
1410: P_INIT_MSG_LIST => p_init_msg_list,
1411: P_COMMIT => null,
1412: P_GROUP_RELATE_ID => l_group_relate_id,

Line 1959: JTF_RS_GROUP_RELATE_AUD_PVT.delete_group_relate(

1955:
1956:
1957: --call audit api
1958:
1959: JTF_RS_GROUP_RELATE_AUD_PVT.delete_group_relate(
1960: P_API_VERSION => 1.0,
1961: P_INIT_MSG_LIST => p_init_msg_list,
1962: P_COMMIT => null,
1963: P_GROUP_RELATE_ID => p_group_relate_id,