DBA Data[Home] [Help]

APPS.PAY_JP_YEA_BAL_ADJ_PKG dependencies on PAY_JP_YEA_BAL_ADJ_PKG

Line 1: PACKAGE BODY PAY_JP_YEA_BAL_ADJ_PKG AS

1: PACKAGE BODY PAY_JP_YEA_BAL_ADJ_PKG AS
2: /* $Header: pyjpyeba.pkb 120.0 2006/02/26 17:03 hikubo noship $ */
3: --
4: type number_t is table of number index by binary_integer;
5: type text_t is table of varchar2(60) index by binary_integer;

Line 253: END PAY_JP_YEA_BAL_ADJ_PKG;

249: g_date_value(i) := null;
250: --
251: end loop;
252: --
253: END PAY_JP_YEA_BAL_ADJ_PKG;