DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_DB_COUNTRY_PKG

Line 920: l_vend_pay_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

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

Line 924: l_base_curr_name AP_WEB_DB_COUNTRY_PKG.curr_name;

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