DBA Data[Home] [Help]

APPS.HR_ORG_INFORMATION_PKG dependencies on PER_ASSIGNMENTS_F

Line 744: FROM per_assignments_f a,

740: wcf.state_code = l_state_code AND
741: wcr.fund_id = wcf.fund_id
742: AND EXISTS
743: ( SELECT 'code referenced in override'
744: FROM per_assignments_f a,
745: fnd_id_flex_structures_vl ifs,
746: hr_soft_coding_keyflex sck
747: WHERE sck.segment1 = to_char(X_organization_id) -- #1683897
748: AND segment8 = to_char(wcr.wc_code)