DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_ELEM_ENT_CHK_LEG_HOOK

Source


1 PACKAGE PAY_US_ELEM_ENT_CHK_LEG_HOOK AUTHID CURRENT_USER AS
2 /* $Header: pyuschee.pkh 120.0 2005/05/29 09:19:24 appldev noship $ */
3 
4 /*******************************************************************************
5     Name    : CHK_ELEM_ENTRY
6     Purpose : This procedure is used to make sure that in the element entry
7               screen Involuntary deduction elements of same architecture are
8               entered. Element of two different architectures are not allowed.
9 
10 *******************************************************************************/
11 
12 PROCEDURE CHK_ELEM_ENTRY(
13     p_assignment_id number,
14     p_effective_start_date date,
15     p_element_link_id number
16     );
17 
18 END PAY_US_ELEM_ENT_CHK_LEG_HOOK;