DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on FND_FLEX_VALUES

Line 862: FROM fnd_flex_values

858:
859: -- Account Type of the Code combination ID
860: SELECT SUBSTR(compiled_value_attributes, 5, 1)
861: INTO l_account_type
862: FROM fnd_flex_values
863: WHERE flex_value = p_gl_account
864: AND flex_value_set_id = gbl_gl_acc_value_set_id;
865:
866: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,