DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on GL_ROW_MULTIPLIERS

Line 2509: ,gl_row_multipliers grm

2505: xah.BALANCE_TYPE_CODE NOT IN ('A','B','E') OR
2506: xe.event_id IS NULL)
2507: and xah.application_id = p_application_id
2508: and xah.ae_header_id = p_header_id) xah
2509: ,gl_row_multipliers grm
2510: where grm.multiplier < 6
2511: and decode(grm.multiplier,
2512: 1,header_error1,
2513: 2,header_error2,

Line 2555: gl_row_multipliers grm

2551: having nvl(sum(accounted_dr), 0)
2552: <> nvl(sum(accounted_cr), 0)
2553: or nvl(sum(entered_dr), 0)
2554: <> nvl(sum(entered_cr), 0)) xal,
2555: gl_row_multipliers grm
2556: where xal.ae_header_id in ( select /*+ use_hash(xah) swap_join_inputs(xah) */
2557: xah.ae_header_id
2558: from xla_ae_headers xah
2559: where xah.application_id = p_application_id

Line 2732: ,gl_row_multipliers grm

2728: (xal.accounted_cr is NOT NULL and xal.entered_dr is NOT NULL)) OR
2729: (xah.application_id IS NULL))
2730: and xal.application_id = p_application_id
2731: and xal.ae_header_id = p_header_id) xal
2732: ,gl_row_multipliers grm
2733: where grm.multiplier < 11
2734: and decode (grm.multiplier,1,line_error1
2735: ,2,line_error2
2736: ,3,line_error3