DBA Data[Home] [Help]

APPS.AP_WEB_VALIDATE_UTIL dependencies on AP_WEB_CUST_DFLEX_PKG

Line 603: if (AP_WEB_CUST_DFLEX_PKG.CustomValidateCostCenter(

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

Line 1241: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,

1237:
1238: -- Call custom validation hook for both core and pseudo descriptive flexfields
1239: l_debug_info := 'Call custom validation hook for both core and pseudo descriptive flexfields';
1240: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_VALIDATE_UTIL', l_debug_info);
1241: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,
1242: p_report_line_info,
1243: l_receipt_custom_fields_array,
1244: l_error2);
1245:

Line 1277: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,

1273: l_debug_info := 'Call custom validation hook';
1274: -- Bug: 6617094, Expense type is null in Custom Validation.
1275: AP_WEB_DFLEX_PKG.PopulateExpTypeInLineRec(p_report_line_info);
1276: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_VALIDATE_UTIL', l_debug_info);
1277: AP_WEB_CUST_DFLEX_PKG.CustomValidateLine(p_report_header_info,
1278: p_report_line_info,
1279: l_receipt_custom_fields_array,
1280: l_error2);
1281:

Line 1300: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount(

1296: to call customcalculateamount if calculate amount is enabled for
1297: this expense type. */
1298: IF ((p_calculate_receipt_index IS NOT NULL) OR (l_calc_amt_enabled_for_disc)) THEN
1299:
1300: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount(
1301: p_report_header_info,
1302: p_report_line_info,
1303: l_receipt_custom_fields_array,
1304: p_addon_rates,