DBA Data[Home] [Help]

APPS.PAY_US_SQWL_GRE dependencies on PAY_US_SQWL_GRE

Line 1: PACKAGE BODY pay_us_sqwl_gre AS

1: PACKAGE BODY pay_us_sqwl_gre AS
2: /* $Header: payussqwlgre.pkb 120.12.12020000.3 2013/01/22 11:44:22 schowl ship $*/
3:
4: /*===========================================================================+
5: | Copyright (c) 2001 Oracle Corporation |

Line 11: pay_us_sqwl_gre

7: | All rights reserved. |
8: +============================================================================+
9:
10: Name
11: pay_us_sqwl_gre
12:
13: Purpose
14: The purpose of this package is to find the eligible
15: GREs for the SQWL and submit the child SQWL Concurrent Program.

Line 18: Referenced By: Package pay_us_sqwl_gre

14: The purpose of this package is to find the eligible
15: GREs for the SQWL and submit the child SQWL Concurrent Program.
16:
17: Notes
18: Referenced By: Package pay_us_sqwl_gre
19:
20: History
21:
22: 24-Feb-2011 sjawid 115.0 10649380 Initial Version

Line 45: gv_package_name VARCHAR2(50) := 'pay_us_sqwl_gre';

41: Modified the procedure 'rollback_process' to consider
42: SMWL processes.
43: */
44:
45: gv_package_name VARCHAR2(50) := 'pay_us_sqwl_gre';
46:
47:
48: PROCEDURE process_sqwl (errbuf OUT nocopy VARCHAR2,
49: retcode OUT nocopy NUMBER,

Line 947: END pay_us_sqwl_gre;

943: hr_utility.trace_off;
944: END; /* procedure process_smwl */
945:
946:
947: END pay_us_sqwl_gre;