DBA Data[Home] [Help]

APPS.JTF_RS_SRP_TERRITORIES_PVT dependencies on DUAL

Line 323: FROM dual;

319:
320: --Get the next value of the Salesrep_Territory_Id from the sequence
321: SELECT jtf_rs_srp_territories_s.nextval
322: INTO l_salesrep_territory_id
323: FROM dual;
324:
325: --Insert the row into the table by calling the table handler
326: jtf_rs_srp_territories_pkg.insert_row(
327: X_ROWID => l_rowid,