DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_DB_COUNTRY_PKG

Line 918: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

914: -------------------------------------------------------------------
915: l_debug_info VARCHAR2(1000);
916: l_vendor_id AP_WEB_DB_AP_INT_PKG.vendors_vendorID;
917: l_vend_pay_curr AP_WEB_DB_AP_INT_PKG.vendors_paymentCurrCode;
918: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;
919: l_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec;
920: l_base_currency AP_WEB_DB_AP_INT_PKG.apSetUp_baseCurrencyCode;
921: l_sys_multi_curr_flag AP_WEB_DB_AP_INT_PKG.apSetUp_multiCurrencyFlag;
922: l_base_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

Line 922: l_base_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

918: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;
919: l_SysInfoRec AP_WEB_DB_AP_INT_PKG.APSysInfoRec;
920: l_base_currency AP_WEB_DB_AP_INT_PKG.apSetUp_baseCurrencyCode;
921: l_sys_multi_curr_flag AP_WEB_DB_AP_INT_PKG.apSetUp_multiCurrencyFlag;
922: l_base_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;
923: l_has VARCHAR2(1);
924: l_cCardEnabled VARCHAR2(1);
925: l_userId NUMBER;
926: l_reimb_currency_code AP_EXPENSE_REPORT_HEADERS.default_currency_code%TYPE; -- Bug: 5696596