DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on GL_SUBR_LED

Line 94: gl_subr_led sub,

90: sub.line_id,
91: TRUNC(sub.gl_trans_date) gl_trans_date,
92: SUM(sub.amount_base * sub.debit_credit_sign) amount_base
93: FROM
94: gl_subr_led sub,
95: opi_dbi_run_log_curr log
96: WHERE
97: sub.gl_trans_date >= p_global_start_date
98: AND sub.acct_ttl_type = 1500

Line 170: * subr table is gl_subr_TST (rather than gl_subr_LED)

166: /*
167: Differences between this procedure and collect_opm_LED_current:
168:
169: * target table is opi_dbi_opm_wip_TST_current (rather than ... LED_current)
170: * subr table is gl_subr_TST (rather than gl_subr_LED)
171: * ic_tran_pnd.gl_posted_ind = 0 (rather than 1)
172:
173: Noting these differences here makes it possible to propagate maintenance to the
174: led_current procedure by copying it and applying the differences. This is a