DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PER_BUSINESS_GROUPS

Line 5: g_business_group_id PER_BUSINESS_GROUPS.BUSINESS_GROUP_ID%TYPE;

1: package pay_core_utils as
2: /* $Header: pycorutl.pkh 120.7.12010000.2 2008/10/01 06:12:55 ankagarw ship $ */
3: --
4: g_cache_business_group BOOLEAN;
5: g_business_group_id PER_BUSINESS_GROUPS.BUSINESS_GROUP_ID%TYPE;
6:
7: type date_array is table of date index by binary_integer;
8: type char_array is table of varchar(30) index by binary_integer;
9: --