DBA Data[Home] [Help]

APPS.RLM_XML_API dependencies on STANDARD

Line 929: SELECT standard_id

925: rlm_core_sv.dlog(C_DEBUG, 'Direction', v_Direction);
926: rlm_core_sv.dlog(C_DEBUG, 'Std Type', v_stdType);
927: END IF;
928: --
929: SELECT standard_id
930: INTO v_StdID
931: FROM ecx_standards_b
932: WHERE standard_code = p_msgStd
933: AND standard_type = v_stdType;

Line 931: FROM ecx_standards_b

927: END IF;
928: --
929: SELECT standard_id
930: INTO v_StdID
931: FROM ecx_standards_b
932: WHERE standard_code = p_msgStd
933: AND standard_type = v_stdType;
934: --
935: IF (l_debug <> -1) THEN

Line 932: WHERE standard_code = p_msgStd

928: --
929: SELECT standard_id
930: INTO v_StdID
931: FROM ecx_standards_b
932: WHERE standard_code = p_msgStd
933: AND standard_type = v_stdType;
934: --
935: IF (l_debug <> -1) THEN
936: rlm_core_sv.dlog(C_DEBUG, 'Standard ID', v_StdID);

Line 933: AND standard_type = v_stdType;

929: SELECT standard_id
930: INTO v_StdID
931: FROM ecx_standards_b
932: WHERE standard_code = p_msgStd
933: AND standard_type = v_stdType;
934: --
935: IF (l_debug <> -1) THEN
936: rlm_core_sv.dlog(C_DEBUG, 'Standard ID', v_StdID);
937: END IF;

Line 936: rlm_core_sv.dlog(C_DEBUG, 'Standard ID', v_StdID);

932: WHERE standard_code = p_msgStd
933: AND standard_type = v_stdType;
934: --
935: IF (l_debug <> -1) THEN
936: rlm_core_sv.dlog(C_DEBUG, 'Standard ID', v_StdID);
937: END IF;
938: --
939: SELECT ext_process_id
940: INTO v_ExtProcessID

Line 942: WHERE standard_id = v_StdID

938: --
939: SELECT ext_process_id
940: INTO v_ExtProcessID
941: FROM ecx_ext_processes
942: WHERE standard_id = v_StdID
943: AND ext_type = p_txnType
944: AND ext_subtype = p_txnSubtype
945: AND direction = v_Direction;
946: --

Line 1012: i_message_standard => v_msgStd,

1008: ECX_TRADING_PARTNER_PVT.getEnvelopeInformation
1009: (
1010: i_internal_control_number => x_internalControlNum,
1011: i_message_type => v_msgtype,
1012: i_message_standard => v_msgStd,
1013: i_transaction_type => v_Txntype,
1014: i_transaction_subtype => v_txnSubtype,
1015: i_document_number => v_docnum,
1016: i_party_id => v_partyId,