DBA Data[Home] [Help]

PACKAGE: APPS.HR_CM_STAGE_END_PKG

Source


1 PACKAGE hr_cm_stage_end_pkg AUTHID CURRENT_USER AS
2 /* $Header: hrcmstge.pkh 115.2 2002/01/04 07:05:44 pkm ship       $ */
3 
4 FUNCTION gl_du_dp_stage_end return varchar2;
5 /*
6 This stage end function is for use with datauploader. It evaluates the
7 completion status of the data uploader stage and if success it updates the
8 link_value so that all batch lines get processed regardless of the number
9 of errors raised and submits a concurrent request set to run DataPump and
10 the Datapump Exceptions report. This has been written for the GL Cost
11 Center project.
12 */
13 end hr_cm_stage_end_pkg;