DBA Data[Home] [Help]

APPS.GMF_GL_GET_BALANCES dependencies on GL_CODE_COMBINATIONS

Line 66: gl_code_combinations glcc,

62: (begin_balance_dr - begin_balance_cr) +
63: (period_net_dr - period_net_cr)),
64: l_segment_delimiter
65: FROM
66: gl_code_combinations glcc,
67: gl_balances glbal
68: WHERE
69: glbal.code_combination_id = glcc.code_combination_id
70: AND glbal.period_year = in_period_year