DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUPS_AUD_PVT

Line 292: jtf_rs_groups_aud_pvt.insert_group

288: FROM dual;
289:
290: /* Make a call to the group Audit API */
291:
292: jtf_rs_groups_aud_pvt.insert_group
293: (P_API_VERSION => 1,
294: P_INIT_MSG_LIST => fnd_api.g_false,
295: P_COMMIT => fnd_api.g_false,
296: P_GROUP_ID => l_group_id,

Line 1615: jtf_rs_groups_aud_pvt.update_group

1611:
1612:
1613: /* Make a call to the group Audit API */
1614:
1615: jtf_rs_groups_aud_pvt.update_group
1616: (P_API_VERSION => 1,
1617: P_INIT_MSG_LIST => fnd_api.g_false,
1618: P_COMMIT => fnd_api.g_false,
1619: P_GROUP_ID => l_group_id,