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.3 2010/01/11 14:21:21 namgoyal 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 93: g_package CONSTANT VARCHAR2(20):= 'PAY_GB_WNU_EDI.';

89:
90: TYPE action_info_table IS TABLE OF
91: act_info_rec INDEX BY BINARY_INTEGER;
92:
93: g_package CONSTANT VARCHAR2(20):= 'PAY_GB_WNU_EDI.';
94: /****************** PRIVATE PROCEDURE ***********************/
95: --
96: PROCEDURE internal_act_creation(pactid in number,
97: stperson in number,

Line 921: END PAY_GB_WNU_EDI;

917: hr_utility.set_location('Leaving: '||l_proc,999);
918: END deinitialization_code;
919: --
920: --
921: END PAY_GB_WNU_EDI;