DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUPS_PKG

Line 327: jtf_rs_groups_pkg.insert_row(

323:
324:
325: /* Insert the row into the table by calling the table handler. */
326:
327: jtf_rs_groups_pkg.insert_row(
328: x_rowid => l_rowid,
329: x_group_id => l_group_id,
330: x_group_number => l_group_number,
331: x_exclusive_flag => l_exclusive_flag,

Line 1592: jtf_rs_groups_pkg.lock_row(

1588: is still valid. */
1589:
1590: BEGIN
1591:
1592: jtf_rs_groups_pkg.lock_row(
1593: x_group_id => l_group_id,
1594: x_object_version_number => p_object_version_num
1595: );
1596:

Line 1677: jtf_rs_groups_pkg.update_row(

1673:
1674:
1675: /* Update the row into the table by calling the table handler. */
1676:
1677: jtf_rs_groups_pkg.update_row(
1678: x_group_id => l_group_id,
1679: x_group_number => group_rec.group_number,
1680: x_exclusive_flag => group_rec.exclusive_flag,
1681: x_email_address => group_rec.email_address,