DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_ADDR_PKG dependencies on FND_PROFILE

Line 146: fnd_profile.get('HZ_GENERATE_PARTY_SITE_NUMBER',l_hz_gen_party_site);

142: P_PARTY_SITE_REC_INSERT.status := p_status;
143:
144: -- ssawhney bug 2379291. added logic to pass party site number if profile is set to autogenerate false.
145:
146: fnd_profile.get('HZ_GENERATE_PARTY_SITE_NUMBER',l_hz_gen_party_site);
147: IF l_hz_gen_party_site = 'N' THEN
148: OPEN c_party_site_number;
149: FETCH c_party_site_number INTO l_party_site_number;
150: CLOSE c_party_site_number;