DBA Data[Home] [Help]

APPS.ECX_TRADING_PARTNER_PVT dependencies on ECX_RULE

Line 619: p_tp_flag := ecx_rule.isTPEnabled ( p_transaction_type,

615: profile_value := 'N';
616: return 'Y';
617: end if;
618:
619: p_tp_flag := ecx_rule.isTPEnabled ( p_transaction_type,
620: p_transaction_subtype,
621: p_standard_code,
622: p_standard_type,
623: p_party_site_id,

Line 631: errmsg := ecx_debug.getTranslatedMessage('ECX_RULE_INVALID_TP_SETUP',

627: if (p_tp_flag) then
628: retcode := 0;
629: else
630: retcode := 1;
631: errmsg := ecx_debug.getTranslatedMessage('ECX_RULE_INVALID_TP_SETUP',
632: 'p_standard_code', p_standard_code,'p_transaction_type',p_transaction_type,
633: 'p_transaction_subtype',p_transaction_subtype,'p_party_site_id',p_party_site_id);
634:
635: ecx_debug.setErrorInfo(2,30,

Line 636: 'ECX_RULE_INVALID_TP_SETUP', 'p_standard_code', p_standard_code,'p_transaction_type',p_transaction_type,

632: 'p_standard_code', p_standard_code,'p_transaction_type',p_transaction_type,
633: 'p_transaction_subtype',p_transaction_subtype,'p_party_site_id',p_party_site_id);
634:
635: ecx_debug.setErrorInfo(2,30,
636: 'ECX_RULE_INVALID_TP_SETUP', 'p_standard_code', p_standard_code,'p_transaction_type',p_transaction_type,
637: 'p_transaction_subtype',p_transaction_subtype,'p_party_site_id',p_party_site_id);
638:
639: return 'N';
640: end if;