DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on FND_FLEX_VALUE_HIERARCHIES

Line 4779: From fnd_flex_value_hierarchies

4775: -- Finding the parent of the Account Number in GL
4776: BEGIN
4777: SELECT parent_flex_value
4778: Into sgl_acct_num
4779: From fnd_flex_value_hierarchies
4780: WHERE (acct_num BETWEEN child_flex_value_low
4781: AND child_flex_value_high)
4782: AND parent_flex_value <> 'T'
4783: AND flex_value_set_id = l_acc_val_set_id