DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on AP_WEB_CUST_DFLEX_PKG

Line 600: if (AP_WEB_CUST_DFLEX_PKG.CustomValidateCostCenter(

596:
597: --
598: -- Call custom cost center validation API
599: --
600: if (AP_WEB_CUST_DFLEX_PKG.CustomValidateCostCenter(
601: l_customError,
602: p_costcenter,
603: p_CostCenterValid,
604: p_employee_id)) then

Line 1207: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,

1203:
1204: -- Call custom validation hook for both core and pseudo descriptive flexfields
1205: l_debug_info := 'Call custom validation hook for both core and pseudo descriptive flexfields';
1206: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_VALIDATE_UTIL', l_debug_info);
1207: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,
1208: p_report_line_info,
1209: l_receipt_custom_fields_array,
1210: l_error2);
1211:

Line 1243: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,

1239: l_debug_info := 'Call custom validation hook';
1240: -- Bug: 6617094, Expense type is null in Custom Validation.
1241: AP_WEB_DFLEX_PKG.PopulateExpTypeInLineRec(p_report_line_info);
1242: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_VALIDATE_UTIL', l_debug_info);
1243: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,
1244: p_report_line_info,
1245: l_receipt_custom_fields_array,
1246: l_error2);
1247:

Line 1266: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount(

1262: to call customcalculateamount if calculate amount is enabled for
1263: this expense type. */
1264: IF ((p_calculate_receipt_index IS NOT NULL) OR (l_calc_amt_enabled_for_disc)) THEN
1265:
1266: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount(
1267: p_report_header_info,
1268: p_report_line_info,
1269: l_receipt_custom_fields_array,
1270: p_addon_rates,