DBA Data[Home] [Help]

APPS.GHR_PDI_API dependencies on GHR_PDH_INS

Line 348: ghr_pdh_ins.ins

344: -- write the first record into the routing history (actions done by the user)
345: if nvl(l_action_taken,hr_api.g_varchar2) not in
346: ('CANCELED') then
347: hr_utility.set_location('after not in cancled',10);
348: ghr_pdh_ins.ins
349: (
350: p_pd_routing_history_id => p_1_pd_routing_history_id,
351: p_position_description_id => l_position_description_id,
352: p_initiator_flag => nvl(l_initiator_flag,'N'),

Line 394: ghr_pdh_ins.ins

390:
391: -- vravikan - Getting the next sequence number for workflow routing
392:
393:
394: ghr_pdh_ins.ins
395: (p_pd_routing_history_id => p_2_pd_routing_history_id,
396: p_position_description_id => l_position_description_id,
397: p_initiator_flag => 'N',
398: p_requester_flag => 'N',

Line 1051: ghr_pdh_ins.ins

1047: );
1048: elsif
1049: (l_action_taken = 'REOPENED') and (l_reclass_action_taken <> 'NOT_ROUTED')
1050: then
1051: ghr_pdh_ins.ins
1052: (
1053: p_pd_routing_history_id => p_o_pd_routing_history_id,
1054: p_position_description_id => p_position_description_id,
1055: p_initiator_flag => nvl(l_initiator_flag,'N'),

Line 1113: ghr_pdh_ins.ins

1109: end if;
1110:
1111:
1112:
1113: ghr_pdh_ins.ins
1114: (p_pd_routing_history_id => p_i_pd_routing_history_id,
1115: p_position_description_id => p_position_description_id,
1116: p_initiator_flag => 'N',
1117: p_requester_flag => 'N',

Line 1152: ghr_pdh_ins.ins

1148: end loop;
1149:
1150: if l_reclass_direct_flag = 'Y' then
1151:
1152: ghr_pdh_ins.ins
1153: (
1154: p_pd_routing_history_id => p_o_pd_routing_history_id,
1155: p_position_description_id => p_position_description_id,
1156: p_initiator_flag => nvl(l_initiator_flag,'N'),