DBA Data[Home] [Help]

APPS.AMS_SCR_LEAD_PVT dependencies on AS_IMPORT_INTERFACE_S

Line 68: select as_import_interface_s.nextval

64: l_rel_party_id number;
65:
66: cursor c_get_batch_id
67: is
68: select as_import_interface_s.nextval
69: from dual;
70:
71: cursor c_get_party_ids (l_rel_party_id in number)
72: is