DBA Data[Home] [Help]

APPS.XTR_EXP_TRANSFERS_PKG dependencies on XTR_IMPORT_DEAL_DATA

Line 25: xtr_import_deal_data.log_interface_errors(p_ext_deal_id,

21: xtr_risk_debug_pkg.dpush('XTR_EXP_TRANSFERS.LOG_ERRORS');
22: END IF;
23:
24: if G_Source is null then
25: xtr_import_deal_data.log_interface_errors(p_ext_deal_id,
26: p_deal_type,
27: p_error_column,
28: p_error_code);
29: else

Line 1243: if not (xtr_import_deal_data.val_desc_flex(

1239:
1240: --
1241: --validate Descriptive Flexfields
1242: --
1243: if not (xtr_import_deal_data.val_desc_flex(
1244: ARec_Interface,'XTR_EXP_DESC',v_err_segment)) then
1245: p_error := TRUE;
1246: if v_err_segment is not null and v_err_segment = 'Attribute16' then
1247: Log_Errors( ARec_Interface.external_deal_id,

Line 1748: xtr_import_deal_data.CHECK_USER_AUTH(ARec_Interface.external_deal_id,

1744:
1745: --
1746: --Check if the user has permissions to transfer the deal
1747: --
1748: xtr_import_deal_data.CHECK_USER_AUTH(ARec_Interface.external_deal_id,
1749: ARec_Interface.deal_type,
1750: ARec_Interface.company_code,
1751: user_error);
1752: