DBA Data[Home] [Help]

APPS.MISPER_WF_SYNCH_USER_ROLE dependencies on PER_HRWF_SYNCH

Line 123: per_hrwf_synch.sych_user_pos_role(p_in_user_name => l_user_name,

119:
120: /*Now select the person records associated with this party id*/
121: For C_User_Person_ptr in C_User_Person(l_party_id, l_user_start_date) -- Call this to propogate the user role
122: Loop
123: per_hrwf_synch.sych_user_pos_role(p_in_user_name => l_user_name,
124: p_in_person_id => C_User_Person_ptr.person_id,
125: p_in_start_date => l_user_start_date,
126: p_in_exp_date => l_user_end_date);
127: