DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FV_SYSTEM_PARAMETERS

Line 303: FROM fv_system_parameters;

299: FV_UTILITY.LOG_MESG('In '||l_module_name);
300: l_temp_mesg := 'getting Journal Attribute.';
301: SELECT factsI_journal_attribute
302: INTO gbl_jrnl_attribute
303: FROM fv_system_parameters;
304:
305: l_temp_mesg := 'getting Vendor/Customer Attribute.';
306: SELECT factsI_vendor_attribute,
307: factsI_customer_attribute

Line 310: FROM fv_system_parameters;

306: SELECT factsI_vendor_attribute,
307: factsI_customer_attribute
308: INTO gbl_vend_attribute,
309: gbl_cust_attribute
310: FROM fv_system_parameters;
311: IF (gbl_jrnl_attribute IS NULL OR gbl_vend_attribute IS NULL OR gbl_cust_attribute IS NULL) THEN
312: RAISE NO_DATA_FOUND;
313: END IF;
314: l_temp_mesg := 'getting Currency Code/Chart of Accounts Id.';