DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on PER_BUSINESS_GROUPS

Line 46: ,legislation_code per_business_groups.legislation_code%type

42: --
43: type t_batch_info_rec is record
44: (batch_id number
45: ,business_group_id number
46: ,legislation_code per_business_groups.legislation_code%type
47: ,purge_mode boolean
48: );
49:
50: --