DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on PER_ASSIGNMENTS_F

Line 1810: FROM per_assignments_f a,

1806: wcf.state_code = l_state_code AND
1807: wcr.fund_id = wcf.fund_id
1808: AND EXISTS
1809: ( SELECT 'code referenced in override'
1810: FROM per_assignments_f a,
1811: fnd_id_flex_structures_vl ifs,
1812: hr_soft_coding_keyflex sck
1813: WHERE sck.segment1 = to_char(X_org_information_id) -- #1683897
1814: AND segment8 = to_char(wcr.wc_code)