DBA Data[Home] [Help]

APPS.GHR_POSITION_COPY dependencies on PER_POSITION_INFO_TYPES

Line 683: FROM per_position_info_types pit

679: ,p_pos_id_to IN NUMBER
680: ,p_effective_date_to IN DATE) IS
681: CURSOR cur_pit IS
682: SELECT pit.information_type
683: FROM per_position_info_types pit
684: WHERE pit.information_type NOT IN ('GHR_US_POS_MASS_ACTIONS'
685: ,'GHR_US_POS_OBLIG');
686: BEGIN
687: FOR cur_pit_rec IN cur_pit LOOP