DBA Data[Home] [Help]

APPS.GHR_PDI_API dependencies on GHR_PD_ROUTING_HISTORY

Line 109: * GHR_PD_ROUTING_HISTORY.PD_ROUTING_HISTORY_ID}

105: * GHR_ROUTING_LISTS.ROUTING_LIST_ID}
106: * @param p_2_routing_seq_number {@rep:casecolumn
107: * GHR_ROUTING_LIST_MEMBERS.SEQ_NUMBER}
108: * @param p_1_pd_routing_history_id {@rep:casecolumn
109: * GHR_PD_ROUTING_HISTORY.PD_ROUTING_HISTORY_ID}
110: * @param p_1_pdh_object_version_number If p_validate is false, then sets the
111: * version number of the created Position Description history. If p_validate is
112: * true, then the value is null.
113: * @param p_2_pdh_object_version_number If p_validate is false, then sets the

Line 297: * GHR_PD_ROUTING_HISTORY.PD_ROUTING_HISTORY_ID}

293: * completes, if p_validate is false, sets the new version number of the
294: * updated Position Description History. If p_validate is true, sets the same
295: * value passed in.
296: * @param p_i_pd_routing_history_id {@rep:casecolumn
297: * GHR_PD_ROUTING_HISTORY.PD_ROUTING_HISTORY_ID}
298: * @param p_i_pdh_object_version_number If p_validate is false, then sets the
299: * version number of the created Position Description History. If p_validate is
300: * true, then the value is null.
301: * @param p_o_pd_routing_history_id If p_validate is false, then this uniquely

Line 390: p_action_taken IN ghr_pd_routing_history.action_taken%TYPE

386:
387: procedure call_workflow
388: (
389: p_position_description_id IN ghr_position_descriptions.position_description_id%TYPE,
390: p_action_taken IN ghr_pd_routing_history.action_taken%TYPE
391: );
392: end ghr_pdi_api;