DBA Data[Home] [Help]

APPS.AML_MONITOR_CONDITIONS_PVT dependencies on AS_STATUSES_B

Line 778: FROM as_statuses_b

774: CURSOR C_time_lag_to_stage_exists (c_time_lag_to_stage VARCHAR2) IS
775: SELECT 'X'
776: FROM (
777: SELECT status_code time_lag_to_stage
778: FROM as_statuses_b
779: WHERE lead_flag = 'Y' and enabled_flag = 'Y'
780: UNION ALL
781: SELECT lookup_code time_lag_to_stage
782: FROM fnd_lookup_values