DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on AP_WEB_DB_AP_INT_PKG

Line 427: AP_WEB_DB_AP_INT_PKG.GetDefaultExchange(l_default_exch_rate_type);

423: BEGIN
424: -- 3176205: This query includes all workers except for terminated
425: -- contingent workers and terminated employees who are active contingent
426: -- workers.
427: AP_WEB_DB_AP_INT_PKG.GetDefaultExchange(l_default_exch_rate_type);
428: SELECT nvl(S.apply_advances_default, 'N'),
429: nvl(S.allow_awt_flag, 'N'),
430: decode(S.base_currency_code, RH.default_currency_code, null,
431: l_default_exch_rate_type),