DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPTEMPLATE_PKG dependencies on AP_WEB_DB_AP_INT_PKG

Line 423: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;

419: p_default_template_id OUT NOCOPY AP_SYSTEM_PARAMETERS.expense_report_id%TYPE
420: )
421: RETURN BOOLEAN IS
422: -------------------------------------------------------------------
423: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
424: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
425: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
426: BEGIN
427: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,

Line 424: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;

420: )
421: RETURN BOOLEAN IS
422: -------------------------------------------------------------------
423: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
424: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
425: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
426: BEGIN
427: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
428: p_set_of_books_id => l_set_of_books_id,

Line 425: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;

421: RETURN BOOLEAN IS
422: -------------------------------------------------------------------
423: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
424: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
425: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
426: BEGIN
427: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
428: p_set_of_books_id => l_set_of_books_id,
429: p_expense_report_id => p_default_template_id,

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

423: l_base_curr_code AP_WEB_DB_AP_INT_PKG.apSetup_baseCurrencyCode;
424: l_set_of_books_id AP_WEB_DB_AP_INT_PKG.apSetup_setOfBooksID;
425: l_default_exch_rate_type AP_WEB_DB_AP_INT_PKG.apSetUp_defaultExchRateType;
426: BEGIN
427: return AP_WEB_DB_AP_INT_PKG.get_ap_system_params(p_base_curr_code => l_base_curr_code,
428: p_set_of_books_id => l_set_of_books_id,
429: p_expense_report_id => p_default_template_id,
430: p_default_exch_rate_type => l_default_exch_rate_type);
431: