DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUPS_PKG

Line 343: jtf_rs_groups_pkg.insert_row(

339:
340:
341: /* Insert the row into the table by calling the table handler. */
342:
343: jtf_rs_groups_pkg.insert_row(
344: x_rowid => l_rowid,
345: x_group_id => l_group_id,
346: x_group_number => l_group_number,
347: x_exclusive_flag => l_exclusive_flag,

Line 1645: jtf_rs_groups_pkg.lock_row(

1641: is still valid. */
1642:
1643: BEGIN
1644:
1645: jtf_rs_groups_pkg.lock_row(
1646: x_group_id => l_group_id,
1647: x_object_version_number => p_object_version_num
1648: );
1649:

Line 1731: jtf_rs_groups_pkg.update_row(

1727:
1728:
1729: /* Update the row into the table by calling the table handler. */
1730:
1731: jtf_rs_groups_pkg.update_row(
1732: x_group_id => l_group_id,
1733: x_group_number => group_rec.group_number,
1734: x_exclusive_flag => group_rec.exclusive_flag,
1735: x_email_address => group_rec.email_address,