DBA Data[Home] [Help]

APPS.PER_PEOPLE_V14_PKG dependencies on PER_BUSINESS_GROUPS

Line 51: FROM per_business_groups pbg

47: SELECT pbg.legislation_code
48: , pbg.name
49: , DECODE(pbg.METHOD_OF_GENERATION_EMP_NUM,'A'
50: , X_property_off , X_property_on)
51: FROM per_business_groups pbg
52: WHERE pbg.business_group_id = X_Business_group_id;
53: --
54: CURSOR expense_address
55: IS