DBA Data[Home] [Help]

APPS.PAY_US_PSD_GENERIC_EXTRACT dependencies on PAY_US_PSD_GENERIC_EXTRACT

Line 1: PACKAGE BODY PAY_US_PSD_GENERIC_EXTRACT as

1: PACKAGE BODY PAY_US_PSD_GENERIC_EXTRACT as
2: /* $Header: payuspsdgnxtract.pkb 120.0.12020000.14 2013/01/10 11:14:33 pracagra noship $ */
3: /*===========================================================================+
4: | Copyright (c) 2001 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 9: PAY_US_PSD_GENERIC_EXTRACT

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

Line 470: pay_us_psd_generic_extract.populate_ra_data_tag;

466: cnti_out_10);
467: --
468: -- Pouplate All the Tags to be used for RA record Data Items
469: --
470: pay_us_psd_generic_extract.populate_ra_data_tag;
471:
472:
473: /* Record Identifier */
474: g_ra_record(TR_REC_IDENTIFIER).submitter_data := 'RA';

Line 933: pay_us_psd_generic_extract.populate_re_data_tag;

929: --
930: -- Pouplate All the Tags to be used for RE record Data Items
931: --
932:
933: pay_us_psd_generic_extract.populate_re_data_tag;
934:
935: /* Initialize with Default Value */
936:
937:

Line 1708: pay_us_psd_generic_extract.populate_ee_data_tag;

1704:
1705: --
1706: -- Pouplate All the Tags to be used for RE record Data Items
1707: --
1708: pay_us_psd_generic_extract.populate_ee_data_tag;
1709:
1710: SELECT fnd_global.local_chr(13) || fnd_global.local_chr(10) INTO EOL
1711: FROM dual;
1712:

Line 2114: g_proc_name := 'pay_us_psd_generic_extract.';

2110:
2111:
2112: BEGIN
2113:
2114: g_proc_name := 'pay_us_psd_generic_extract.';
2115: g_debug := hr_utility.debug_enabled;
2116: g_document_type := 'LOCAL_PSD_XML';
2117: END pay_us_psd_generic_extract;

Line 2117: END pay_us_psd_generic_extract;

2113:
2114: g_proc_name := 'pay_us_psd_generic_extract.';
2115: g_debug := hr_utility.debug_enabled;
2116: g_document_type := 'LOCAL_PSD_XML';
2117: END pay_us_psd_generic_extract;