DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_EXTRACT_PKG dependencies on PER_MX_SSAFFL_EXTRACT_PKG

Line 1: PACKAGE BODY per_mx_ssaffl_extract_pkg AS

1: PACKAGE BODY per_mx_ssaffl_extract_pkg AS
2: /* $Header: pemxssrp.pkb 120.0 2005/05/31 11:28:19 appldev noship $ */
3: --
4: /*
5: ******************************************************************

Line 21: Name : per_mx_ssaffl_extract_pkg

17: * 500 Oracle Parkway, Redwood City, CA, 94065. *
18: * *
19: ******************************************************************
20:
21: Name : per_mx_ssaffl_extract_pkg
22:
23: Description : Package for the SS Affiliation Reports. The package
24: generated the output file in the specified user
25: format. The current formats supported are

Line 220: gv_package_name := 'per_mx_ssaffl_extract_pkg';

216: lv_data_row VARCHAR2(32000);
217:
218: BEGIN
219:
220: gv_package_name := 'per_mx_ssaffl_extract_pkg';
221: g_output_file_type := p_output_file_type ;
222: gc_csv_delimiter := ',';
223: gc_csv_data_delimiter := '"';
224:

Line 313: end per_mx_ssaffl_extract_pkg;

309: END ssaffl_extract;
310:
311: --begin
312: --hr_utility.trace_on(null, 'ELE');
313: end per_mx_ssaffl_extract_pkg;