DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on PSB_CONSTRAINT_ASSIGNMENTS_V

Line 7001: from PSB_CONSTRAINT_ASSIGNMENTS_V

6997: severity_level,
6998: effective_start_date,
6999: effective_end_date,
7000: constraint_detailed_flag
7001: from PSB_CONSTRAINT_ASSIGNMENTS_V
7002: where constraint_type = 'ACCOUNT'
7003: and (((effective_start_date <= Year_End_Date)
7004: and (effective_end_date is null))
7005: or ((effective_start_date between Year_Start_Date and Year_End_Date)