DBA Data[Home] [Help]

PACKAGE: APPS.PA_DATE_OVERLAP_CHECKS

Source


1 package PA_DATE_OVERLAP_CHECKS as
2 -- $Header: PAXDTCHS.pls 120.2 2005/08/08 12:39:51 sbharath noship $
3 
4 --
5 --  PROCEDURE
6 --              date_overlap_check_lcm
7 --  PURPOSE
8 --              This procedure checks if any of the dates overlaps.
9 --              in the labor cost multipliers. If it overlaps it
10 --              returns 0 along with the labor cost multiplier
11 --              name
12 --  HISTORY
13 --   14-FEB-96      Sandeep B     Created
14 --
15 procedure date_overlap_check_lcm (
16           X_Status         Out  NOCOPY Number,
17           X_Error_Text     Out  NOCOPY Varchar2,
18           X_Labor_Cost_Multiplier_Name Out NOCOPY Varchar2 )  ;
19 
20 
21 end PA_DATE_OVERLAP_CHECKS;