DBA Data[Home] [Help]

APPS.GCS_AGGREGATION_DYNAMIC_PKG dependencies on FEM_BALANCES

Line 108: FEM_BALANCES fb,

104: sysdate, GCS_AGGREGATION_PKG.g_fnd_user_id,
105: GCS_AGGREGATION_PKG.g_fnd_login_id
106: FROM
107: GCS_HIERARCHIES_B ghb,
108: FEM_BALANCES fb,
109: GCS_CONS_RELATIONSHIPS gcr,
110: GCS_TREATMENTS_B gt
111: WHERE
112: ghb.hierarchy_id = p_hierarchy_id

Line 202: FEM_BALANCES fb,

198: sum(ptd_debit_balance_e), sum(ptd_credit_balance_e),
199: sum(ytd_debit_balance_e), sum(ytd_credit_balance_e)
200: FROM
201: GCS_HIERARCHIES_B ghb,
202: FEM_BALANCES fb,
203: GCS_CONS_RELATIONSHIPS gcr,
204: GCS_TREATMENTS_B gt
205: WHERE ghb.hierarchy_id = p_hierarchy_id
206: AND gcr.hierarchy_id = p_hierarchy_id