DBA Data[Home] [Help]

APPS.PAY_ZA_SOTC_PKG dependencies on PER_BUSINESS_GROUPS

Line 43: from per_business_groups pbg

39:
40: -- Find Busincess group name
41: select pbg.name
42: into CP_BG_NAME
43: from per_business_groups pbg
44: where pbg.business_group_id = p_business_group_id
45: and l_eff_date between pbg.DATE_FROM and nvl(pbg.DATE_TO,to_date('31-12-4712','DD-MM-YYYY'));
46:
47: fnd_file.put_line(fnd_file.log,'CP_BG_NAME:'||CP_BG_NAME);