DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PVT dependencies on JTF_RS_GROUP_USAGES_PKG

Line 320: jtf_rs_group_usages_pkg.insert_row(

316:
317:
318: /* Insert the row into the table by calling the table handler. */
319:
320: jtf_rs_group_usages_pkg.insert_row(
321: x_rowid => l_rowid,
322: x_group_usage_id => l_group_usage_id,
323: x_group_id => l_group_id,
324: x_usage => l_usage,

Line 859: jtf_rs_group_usages_pkg.lock_row(

855: is still valid. */
856:
857: BEGIN
858:
859: jtf_rs_group_usages_pkg.lock_row(
860: x_group_usage_id => l_group_usage_id,
861: x_object_version_number => p_object_version_num
862: );
863:

Line 887: jtf_rs_group_usages_pkg.delete_row(

883: BEGIN
884:
885: /* Delete the row into the table by calling the table handler. */
886:
887: jtf_rs_group_usages_pkg.delete_row(
888: x_group_usage_id => l_group_usage_id
889: );
890:
891: EXCEPTION