DBA Data[Home] [Help]

APPS.PAY_GET_JOB_SEGMENT_PKG dependencies on PAY_GET_JOB_SEGMENT_PKG

Line 1: PACKAGE BODY PAY_GET_JOB_SEGMENT_PKG as

1: PACKAGE BODY PAY_GET_JOB_SEGMENT_PKG as
2: /* $Header: pygbjseg.pkb 115.2 2003/01/03 11:21:41 nsugavan noship $ */
3: --
4: /*===========================================================================+
5: | Copyright (c) 1993 Oracle Corporation |

Line 10: PAY_GET_JOB_SEGMENT_PKG

6: | Redwood Shores, California, USA |
7: | All rights reserved. |
8: +============================================================================
9: Name
10: PAY_GET_JOB_SEGMENT_PKG
11: Purpose
12: Function to pass on the value of the job segment selected in Tax Details
13: References DFF or blank if no segment is selected. Function is moved here
14: to a seperate package to facilitate call to the function in oracle 8.0

Line 31: g_package CONSTANT VARCHAR2(30) := 'PAY_GET_JOB_SEGMENT_PKG';

27: --
28: --
29: -- Globals
30: --
31: g_package CONSTANT VARCHAR2(30) := 'PAY_GET_JOB_SEGMENT_PKG';
32: --
33: FUNCTION get_job_segment(p_organization_id in hr_organization_information.organization_id%type
34: ,p_job_definition_id in number
35: ,p_payroll_action_id in number)

Line 205: end pay_get_job_segment_pkg;

201: END get_job_segment;
202: --
203: -- EDI MES Bug 2657976
204: --
205: end pay_get_job_segment_pkg;