DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on FND_FLEX_VALUE_HIERARCHIES

Line 4739: From fnd_flex_value_hierarchies

4735: -- Finding the parent of the Account Number in GL
4736: BEGIN
4737: SELECT SUBSTR(parent_flex_value,1,6)
4738: Into sgl_acct_num
4739: From fnd_flex_value_hierarchies
4740: WHERE (acct_num BETWEEN child_flex_value_low
4741: AND child_flex_value_high)
4742: AND parent_flex_value <> 'T'
4743: AND flex_value_set_id = g_acc_value_set_id