DBA Data[Home] [Help]

APPS.ECX_DOCUMENT dependencies on ECX_DOCLOGS

Line 53: from ecx_doclogs

49: into i_location_code,
50: i_transaction_type,
51: i_transaction_subtype,
52: i_confirmation
53: from ecx_doclogs
54: where internal_control_number = p_document_id;
55: exception
56: when no_data_found then
57: ecx_debug.setErrorInfo(2,30,'ECX_CONFIRM_DOC_NOT_FOUND');

Line 1799: From ECX_DOCLOGS

1795: payload,
1796: time_stamp,
1797: status,
1798: direction
1799: From ECX_DOCLOGS
1800: Where msgid = l_msgid ;
1801:
1802: cursor c_tp_details
1803: (

Line 1848: --- Pick the messagefrom ECX_DOCLOGS and put it on the ECX_OUTBOUND

1844: l_hub_id number;
1845:
1846:
1847: Begin
1848: --- Pick the messagefrom ECX_DOCLOGS and put it on the ECX_OUTBOUND
1849: --- ue again
1850: --- k the latest info for communication method updates if any
1851: --- ate ecx_external_retry table before enqueueing
1852: