DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on AP_WEB_CUST_DFLEX_PKG

Line 21: l_debug_info := 'AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter';

17: -- Call CustomDefaultCostCenter for cost center, otherwise retrieve
18: -- cost center segment by deriving from employee ccid.
19: --
20: -----------------------------------------------------
21: l_debug_info := 'AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter';
22: -----------------------------------------------------
23: p_cost_center := AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter(p_employee_id);
24:
25: if (p_cost_center is null) then

Line 23: p_cost_center := AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter(p_employee_id);

19: --
20: -----------------------------------------------------
21: l_debug_info := 'AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter';
22: -----------------------------------------------------
23: p_cost_center := AP_WEB_CUST_DFLEX_PKG.CustomDefaultCostCenter(p_employee_id);
24:
25: if (p_cost_center is null) then
26: p_cost_center := GetCostCenter(p_emp_ccid);
27: end if;