DBA Data[Home] [Help]

APPS.ECX_DEBUG dependencies on STANDARD

Line 43: PROCEDURE module_enabled(p_message_standard IN VARCHAR2 ,p_transaction_type IN VARCHAR2,p_transaction_subtype IN VARCHAR2,p_document_id IN VARCHAR2);

39:
40: --This procedure is for Inbound logging.This will be called after assigning all the respective global varables.
41: PROCEDURE module_enabled;
42: --This procedure is for Outbound logging. In Ecx_Outbound.Getxml this procedure will be called first to create the global virtual module name.
43: PROCEDURE module_enabled(p_message_standard IN VARCHAR2 ,p_transaction_type IN VARCHAR2,p_transaction_subtype IN VARCHAR2,p_document_id IN VARCHAR2);
44: --This procedure is for ecx_document.send and senddirect
45: PROCEDURE module_enabled(p_transaction_type IN VARCHAR2,p_transaction_subtype IN VARCHAR2,p_document_id IN VARCHAR2);
46: PROCEDURE split(i_string IN VARCHAR2);
47: