DBA Data[Home] [Help]

APPS.PAY_JP_MAG_UTILITY_PKG dependencies on PAY_JP_MAG_UTILITY_PKG

Line 1: package body pay_jp_mag_utility_pkg as

1: package body pay_jp_mag_utility_pkg as
2: /* $Header: pyjpmagu.pkb 120.1 2005/06/13 19:55:28 ttagawa noship $ */
3: --
4: -- Constants
5: --

Line 6: c_package constant varchar2(31) := 'pay_jp_mag_utility_pkg.';

2: /* $Header: pyjpmagu.pkb 120.1 2005/06/13 19:55:28 ttagawa noship $ */
3: --
4: -- Constants
5: --
6: c_package constant varchar2(31) := 'pay_jp_mag_utility_pkg.';
7: --
8: -- Global Variables
9: --
10: type t_formula_queue is table of number index by binary_integer;

Line 268: end pay_jp_mag_utility_pkg;

264: if not pay_mag_tape.internal_prm_names.exists(1) then
265: set_parameter('NO_OF_PARAMETERS', 2);
266: set_parameter('NEW_FORMULA_ID', 0);
267: end if;
268: end pay_jp_mag_utility_pkg;