DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPTEMPLATE_PKG dependencies on AP_WEB_DB_AP_INT_PKG

Line 443: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;

439: p_default_template_id OUT NOCOPY AP_SYSTEM_PARAMETERS.expense_report_id%TYPE
440: )
441: RETURN BOOLEAN IS
442: -------------------------------------------------------------------
443: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
444: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
445: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
446: BEGIN
447: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,

Line 444: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;

440: )
441: RETURN BOOLEAN IS
442: -------------------------------------------------------------------
443: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
444: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
445: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
446: BEGIN
447: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
448: p_set_of_books_id => l_set_of_books_id,

Line 445: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;

441: RETURN BOOLEAN IS
442: -------------------------------------------------------------------
443: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
444: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
445: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
446: BEGIN
447: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
448: p_set_of_books_id => l_set_of_books_id,
449: p_expense_report_id => p_default_template_id,

Line 447: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,

443: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
444: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
445: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
446: BEGIN
447: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
448: p_set_of_books_id => l_set_of_books_id,
449: p_expense_report_id => p_default_template_id,
450: p_default_exch_rate_type => l_default_exch_rate_type);
451: