DBA Data[Home] [Help]

APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_CONTROLS_B

Line 786: AMW_CONTROLS_B control

782: control.CONTROL_REV_ID
783: FROM
784: AMW_RISK_ASSOCIATIONS risks,
785: AMW_CONTROL_ASSOCIATIONS controls,
786: AMW_CONTROLS_B control
787: WHERE
788: controls.object_type='RISK_ORG'
789: and control.CURR_APPROVED_FLAG = 'Y'
790: and control.control_id = controls.control_id

Line 810: AMW_CONTROLS_B control

806: control.CONTROL_REV_ID
807: FROM
808: AMW_RISK_ASSOCIATIONS risks,
809: AMW_CONTROL_ASSOCIATIONS controls,
810: AMW_CONTROLS_B control
811: WHERE
812: controls.object_type='ENTITY_CONTROL'
813: and control.CURR_APPROVED_FLAG = 'Y'
814: and control.control_id = controls.control_id