DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on AP_IMPORT_UTILITIES_PKG

Line 2899: ap_import_utilities_pkg.print('Y',

2895: l_debug_info := 'Calling IBY Payee Validation API in import site';
2896: IF (l_msg_data IS NOT NULL) THEN
2897: -- Print the error returned from the IBY service even if the debug
2898: -- mode is off
2899: ap_import_utilities_pkg.print('Y',
2900: '4)Error in ' || l_debug_info ||
2901: '---------------------->' ||
2902: l_msg_data);
2903:

Line 2917: ap_import_utilities_pkg.print('Y', l_error_code);

2913: l_error_code := '4)Error in ' || l_debug_info ||
2914: '---------------------->' || l_error_code;
2915: END IF;
2916:
2917: ap_import_utilities_pkg.print('Y', l_error_code);
2918:
2919: END LOOP;
2920:
2921: END IF;