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 AUTHID CURRENT_USER as
2: /* $Header: pycorutl.pkh 120.11 2011/12/12 11:32:04 asnell 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: --