DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on JTF_RS_TEAMS_PKG

Line 259: jtf_rs_teams_pkg.insert_row(

255:
256:
257: /* Insert the row into the table by calling the table handler. */
258:
259: jtf_rs_teams_pkg.insert_row(
260: x_rowid => l_rowid,
261: x_team_id => l_team_id,
262: x_team_number => l_team_number,
263: x_exclusive_flag => l_exclusive_flag,

Line 1207: jtf_rs_teams_pkg.lock_row(

1203: is still valid. */
1204:
1205: BEGIN
1206:
1207: jtf_rs_teams_pkg.lock_row(
1208: x_team_id => l_team_id,
1209: x_object_version_number => p_object_version_num
1210: );
1211:

Line 1259: jtf_rs_teams_pkg.update_row(

1255:
1256:
1257: /* Update the row into the table by calling the table handler. */
1258:
1259: jtf_rs_teams_pkg.update_row(
1260: x_team_id => l_team_id,
1261: x_team_number => team_rec.team_number,
1262: x_exclusive_flag => team_rec.exclusive_flag,
1263: x_email_address => team_rec.email_address,