DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUPS_AUD_PVT

Line 307: jtf_rs_groups_aud_pvt.insert_group

303: FROM dual;
304:
305: /* Make a call to the group Audit API */
306:
307: jtf_rs_groups_aud_pvt.insert_group
308: (P_API_VERSION => 1,
309: P_INIT_MSG_LIST => fnd_api.g_false,
310: P_COMMIT => fnd_api.g_false,
311: P_GROUP_ID => l_group_id,

Line 1668: jtf_rs_groups_aud_pvt.update_group

1664:
1665:
1666: /* Make a call to the group Audit API */
1667:
1668: jtf_rs_groups_aud_pvt.update_group
1669: (P_API_VERSION => 1,
1670: P_INIT_MSG_LIST => fnd_api.g_false,
1671: P_COMMIT => fnd_api.g_false,
1672: P_GROUP_ID => l_group_id,