DBA Data[Home] [Help]

APPS.ECX_ATTACHMENT dependencies on ECX_DOCLOGS

Line 1256: FROM ecx_doclogs

1252:
1253: -- retrieve the original AQ message ID on the ecx_inqueue
1254: SELECT msgId
1255: INTO l_in_aqMsgid
1256: FROM ecx_doclogs
1257: WHERE OUT_MSGID = i_msgid;
1258:
1259: l_progress := '0001';
1260: IF (l_in_aqMsgid IS NOT NULL) THEN