DBA Data[Home] [Help]

APPS.PQP_US_STUDENT_EARNINGS dependencies on PQP_US_STUDENT_EARNINGS

Line 1: package body PQP_US_Student_Earnings as

1: package body PQP_US_Student_Earnings as
2: /* $Header: pqustrfe.pkb 120.0 2005/05/29 02:15:16 appldev noship $
3: +============================================================================+
4: | Copyright (c) Oracle Corporation 1991,1992,1993. All rights reserved |
5: | |

Line 32: g_pkg Varchar2(150) := 'PQP_US_Student_Earnings.';

28: -- =============================================================================
29: -- Package body Global Variables
30: -- =============================================================================
31: g_debug boolean;
32: g_pkg Varchar2(150) := 'PQP_US_Student_Earnings.';
33: -- =============================================================================
34: -- ~ Transfer_Student_Earnings
35: -- =============================================================================
36: procedure Transfer_Student_Earnings

Line 182: -- Module. For HRMS its PQP_US_STUDENT_EARNINGS_TYPE and for OSS Fin. Aid its

178: g_debug := true;
179: end if;
180:
181: -- Translating the earnings type code as used in by the Student Financial Aid
182: -- Module. For HRMS its PQP_US_STUDENT_EARNINGS_TYPE and for OSS Fin. Aid its
183: -- IGF_AW_FUND_SOURCE.
184:
185: if p_earnings_type = 'IWS' then
186: l_earnings_type := 'INSTITUTIONAL';