DBA Data[Home] [Help]

APPS.PAY_USER_CHECK dependencies on PAY_USER_CHECK

Line 1: package body pay_user_check as

1: package body pay_user_check as
2: /* $Header: pyusrchk.pkb 115.0 99/07/17 06:46:01 porting ship $ */
3: --
4: /*
5: Copyright (c) Oracle Corporation 1993,1994,1995. All rights reserved

Line 9: Name : pay_user_check

5: Copyright (c) Oracle Corporation 1993,1994,1995. All rights reserved
6:
7: /*
8:
9: Name : pay_user_check
10: Description : Process for allowing the user to carry out any
11: additional checks on the uploaded element entries.
12: Author : S.Toor
13: Date Created : 27-Apr-95

Line 28: -- pay_user_check.validate_header --

24: */
25: --
26: -----------------------------------------------------------------------
27: -- NAME --
28: -- pay_user_check.validate_header --
29: -- --
30: -- DESCRIPTION --
31: -- Given a batch id it will carry out any additional user defined --
32: -- checks on the batch header. Depending upon the outcome of the --

Line 50: -- pay_user_check.check_control --

46: end validate_header;
47: --
48: -----------------------------------------------------------------------
49: -- NAME --
50: -- pay_user_check.check_control --
51: -- --
52: -- DESCRIPTION --
53: -- Given a batch id it will carry out any user defined control checks--
54: -- on the batch. Depending upon the outcome of the checks an --

Line 74: -- pay_user_check.validate_line --

70: end check_control;
71: --
72: -----------------------------------------------------------------------
73: -- NAME --
74: -- pay_user_check.validate_line --
75: -- --
76: -- DESCRIPTION --
77: -- Given a batch line id it will carry out any additional --
78: -- user defined checks for each line associated with the batch. --

Line 94: end pay_user_check;

90: begin
91: null;
92: end validate_line;
93: --
94: end pay_user_check;