DBA Data[Home] [Help]

APPS.EGO_PARTY_PUB dependencies on FND_PROFILE

Line 676: fnd_profile.put('HZ_GENERATE_PARTY_NUMBER','Y');

672: l_group_rec.application_id := EGO_PARTY_PUB.get_application_id;
673: l_group_rec.created_by_module := CREATED_BY_MODULE;
674:
675: l_group_rec.party_rec := l_party_rec;
676: fnd_profile.put('HZ_GENERATE_PARTY_NUMBER','Y');
677: mdebug('CREATE_GROUP Before calling HZ_PARTY_V2PUB.create_group');
678: HZ_PARTY_V2PUB.create_group
679: (p_init_msg_list => NVL(p_init_msg_list, 'F')
680: ,p_group_rec => l_group_rec