DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_CUST_DFLEX_PKG

Line 14157: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount( l_report_header_info -- can be null from wf perspective

14153: CLOSE getAddonRates;
14154:
14155: -- Bug: 6617094, Expense Type not populated for CustomCalculateAmount.
14156: AP_WEB_DFLEX_PKG.PopulateExpTypeInLineRec(l_mileage_line);
14157: AP_WEB_CUST_DFLEX_PKG.CustomCalculateAmount( l_report_header_info -- can be null from wf perspective
14158: , l_mileage_line -- should contain all fields as defined in fdd
14159: , l_custom_array-- should contain all fields as defined in fdd
14160: , l_addon_rates -- should contain all fields as defined in fdd
14161: , p_cust_meals_amount => l_temp_array

Line 16302: IF(AP_WEB_CUST_DFLEX_PKG.CustomApprovalStatus(p_item_key, l_employee_id,

16298: AND (NVL(l_nextApproversOut(i).approver_category,'A') <> 'F')) THEN
16299: ---------------------------------------------
16300: l_debug_info := 'Loop in Approval Hierarchy';
16301: ---------------------------------------------
16302: IF(AP_WEB_CUST_DFLEX_PKG.CustomApprovalStatus(p_item_key, l_employee_id,
16303: l_nextApproversOut(i).orig_system_id, l_continue) = FALSE) THEN
16304: IF(l_continue = TRUE) THEN
16305: FND_MESSAGE.Set_Name('SQLAP', 'AP_WEB_APRVL_HIERARCHY_LOOP');
16306: l_error_message := FND_MESSAGE.Get;