DBA Data[Home] [Help]

APPS.JE_GR_TRIAL_BALANCE dependencies on GL_RX_TRIAL_BALANCE_ITF

Line 86: from gl_rx_trial_balance_itf

82: for */
83:
84: cursor c_account_values (c_request_id NUMBER) is
85: select distinct account_segment
86: from gl_rx_trial_balance_itf
87: where request_id = c_request_id;
88:
89:
90: /* This cursor select the parent of a child value */