DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on FND_FLEX_VALUES

Line 846: FROM fnd_flex_values

842:
843: -- Account Type of the Code combination ID
844: SELECT SUBSTR(compiled_value_attributes, 5, 1)
845: INTO l_account_type
846: FROM fnd_flex_values
847: WHERE flex_value = p_gl_account
848: AND flex_value_set_id = gbl_gl_acc_value_set_id;
849:
850: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,