DBA Data[Home] [Help]

APPS.PAY_IN_BAL_UPL_STRUCT dependencies on PAY_IN_BAL_UPL_STRUCT

Line 1: PACKAGE BODY pay_in_bal_upl_struct AS

1: PACKAGE BODY pay_in_bal_upl_struct AS
2: /* $Header: pyinbups.pkb 120.2 2006/04/27 04:01:00 rpalli noship $ */
3:
4:
5: -- Global declarations

Line 8: g_package constant VARCHAR2(100) := 'pay_in_bal_upl_struct.' ;

4:
5: -- Global declarations
6: type char_array is table of varchar2(80) index by binary_integer;
7: type num_array is table of number(16) index by binary_integer;
8: g_package constant VARCHAR2(100) := 'pay_in_bal_upl_struct.' ;
9: g_leg_code CONSTANT VARCHAR2(2):='IN';
10: g_debug BOOLEAN ;
11:
12: -- Balance Type Cache

Line 897: END pay_in_bal_upl_struct;

893: BEGIN
894: g_nxt_free_baltyp := 1;
895: g_nxt_free_baldim := 1;
896: g_nxt_free_jl := 1;
897: END pay_in_bal_upl_struct;
898: