DBA Data[Home] [Help]

APPS.PAY_GB_WNU_EDI dependencies on PAY_GB_WNU_EDI

Line 1: PACKAGE BODY PAY_GB_WNU_EDI as

1: PACKAGE BODY PAY_GB_WNU_EDI as
2: /* $Header: pygbwnu2.pkb 120.7.12010000.2 2008/08/06 07:21:14 ubhat ship $ */
3: /*===========================================================================+
4: | Copyright (c) 1993 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_GB_WNU_EDI

5: | Redwood Shores, California, USA |
6: | All rights reserved. |
7: +============================================================================
8: Name
9: PAY_GB_WNU_EDI
10: Purpose
11: Package to control archiver process in the creation of assignment actions
12: and the creation of EDI Message files uing the magtape process for EDI
13: Message Types : WNU

Line 88: g_package CONSTANT VARCHAR2(20):= 'PAY_GB_WNU_EDI.';

84:
85: TYPE action_info_table IS TABLE OF
86: act_info_rec INDEX BY BINARY_INTEGER;
87:
88: g_package CONSTANT VARCHAR2(20):= 'PAY_GB_WNU_EDI.';
89: /****************** PRIVATE PROCEDURE ***********************/
90: --
91: PROCEDURE internal_act_creation(pactid in number,
92: stperson in number,

Line 871: END PAY_GB_WNU_EDI;

867: hr_utility.set_location('Leaving: '||l_proc,999);
868: END deinitialization_code;
869: --
870: --
871: END PAY_GB_WNU_EDI;