DBA Data[Home] [Help]

APPS.AMS_SCR_LEAD_PVT dependencies on AS_IMPORT_INTERFACE

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

Line 125: AS_IMPORT_INTERFACE

121: --insert into ams_script_tmp
122: --values('p_party_type='||p_party_type, sysdate);
123:
124: INSERT INTO
125: AS_IMPORT_INTERFACE
126: (
127: IMPORT_INTERFACE_ID,
128: CREATED_BY,
129: CREATION_DATE,