DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on PER_ASSIGNMENTS_F

Line 1800: FROM per_assignments_f a,

1796: wcf.state_code = l_state_code AND
1797: wcr.fund_id = wcf.fund_id
1798: AND EXISTS
1799: ( SELECT 'code referenced in override'
1800: FROM per_assignments_f a,
1801: fnd_id_flex_structures_vl ifs,
1802: hr_soft_coding_keyflex sck
1803: WHERE sck.segment1 = to_char(X_org_information_id) -- #1683897
1804: AND segment8 = to_char(wcr.wc_code)