DBA Data[Home] [Help]

APPS.GHR_WF_PKG dependencies on GHR_PRH_INS

Line 1541: ghr_prh_ins.ins

1537: l_user_name_emp_first_name := NULL;
1538: l_user_name_emp_last_name := NULL;
1539: l_user_name_emp_middle_names := NULL;
1540: -- b) Call the row handler to create a new routing history record
1541: ghr_prh_ins.ins
1542: (
1543: p_pa_routing_history_id => l_prh_rec.pa_routing_history_id,
1544: p_pa_request_id => itemkey,
1545: p_attachment_modified_flag => nvl(l_prh_rec.attachment_modified_flag,'N') ,