DBA Data[Home] [Help]

APPS.XLA_UPG_VERIFICATION_PUB dependencies on GL_ROW_MULTIPLIERS

Line 638: ,gl_row_multipliers grm

634: xe.PROCESS_STATUS_CODE NOT IN ('D','E','I','P','R','U') OR
635: xe.event_number < 0)
636: and xe.application_id = p_application_id
637: and xe.upg_source_Application_id = p_upgrading_application_id) xe
638: ,gl_row_multipliers grm
639: where grm.multiplier < 9
640: and decode(grm.multiplier,
641: 1,event_error1,
642: 2,event_error2,

Line 835: ,gl_row_multipliers grm

831: xah.BALANCE_TYPE_CODE NOT IN ('A','B','E') OR
832: xe.event_id IS NULL)
833: and xah.application_id = p_application_id
834: and xah.upg_source_application_id = p_upgrading_application_id) xah
835: ,gl_row_multipliers grm
836: where grm.multiplier < 6
837: and decode(grm.multiplier,
838: 1,header_error1,
839: 2,header_error2,

Line 879: gl_row_multipliers grm

875: having nvl(sum(accounted_dr), 0)
876: <> nvl(sum(accounted_cr), 0)
877: or nvl(sum(entered_dr), 0)
878: <> nvl(sum(entered_cr), 0)) xal,
879: gl_row_multipliers grm
880: where xal.ae_header_id in ( select /*+ use_hash(xah) swap_join_inputs(xah) */
881: xah.ae_header_id
882: from xla_ae_headers xah
883: where xah.application_id = p_application_id

Line 1139: ,gl_row_multipliers grm

1135: (xal.accounted_cr is NOT NULL and xal.entered_dr is NOT NULL)) OR
1136: (xah.application_id IS NULL))
1137: and xal.application_id = p_application_id
1138: and xah.upg_source_application_id = p_upgrading_application_id) xal
1139: ,gl_row_multipliers grm
1140: where grm.multiplier < 11
1141: and decode (grm.multiplier,1,line_error1
1142: ,2,line_error2
1143: ,3,line_error3