DBA Data[Home] [Help]

APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_W2_GENERIC_EXTRACT

Line 1: PACKAGE BODY PAY_US_W2_GENERIC_EXTRACT as

1: PACKAGE BODY PAY_US_W2_GENERIC_EXTRACT as
2: /* $Header: payusw2genxtract.pkb 120.0.12010000.2 2008/09/15 06:19:06 svannian ship $ */
3: /*===========================================================================+
4: | Copyright (c) 2001 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_US_W2_GENERIC_EXTRACT

5: | Redwood Shores, California, USA |
6: | All rights reserved. |
7: +============================================================================+
8: Name
9: PAY_US_W2_GENERIC_EXTRACT
10:
11: File
12: payusw2genxtract.pkb
13:

Line 452: pay_us_w2_generic_extract.populate_ra_data_tag;

448: cnti_out_10);
449: --
450: -- Pouplate All the Tags to be used for RA record Data Items
451: --
452: pay_us_w2_generic_extract.populate_ra_data_tag;
453:
454:
455: /* Record Identifier */
456: g_ra_record(TR_REC_IDENTIFIER).submitter_data := 'RA';

Line 920: pay_us_w2_generic_extract.populate_re_data_tag;

916: --
917: -- Pouplate All the Tags to be used for RE record Data Items
918: --
919:
920: pay_us_w2_generic_extract.populate_re_data_tag;
921:
922: /* Initialize with Default Value */
923:
924: FOR I IN ltr_re_data_tag.first .. ltr_re_data_tag.last

Line 2135: pay_us_w2_generic_extract.populate_ee_data_tag;

2131:
2132: --
2133: -- Pouplate All the Tags to be used for RE record Data Items
2134: --
2135: pay_us_w2_generic_extract.populate_ee_data_tag;
2136:
2137: SELECT fnd_global.local_chr(13) || fnd_global.local_chr(10) INTO EOL
2138: FROM dual;
2139:

Line 3035: g_proc_name := 'pay_us_w2_generic_extract.';

3031:
3032:
3033: BEGIN
3034: -- hr_utility.trace_on(null, 'USLOCALW2');
3035: g_proc_name := 'pay_us_w2_generic_extract.';
3036: g_debug := hr_utility.debug_enabled;
3037: g_document_type := 'LOCAL_W2_XML';
3038: END pay_us_w2_generic_extract;

Line 3038: END pay_us_w2_generic_extract;

3034: -- hr_utility.trace_on(null, 'USLOCALW2');
3035: g_proc_name := 'pay_us_w2_generic_extract.';
3036: g_debug := hr_utility.debug_enabled;
3037: g_document_type := 'LOCAL_W2_XML';
3038: END pay_us_w2_generic_extract;