DBA Data[Home] [Help]

APPS.AMS_PARTYIMPORT_PVT dependencies on FND_PROFILE

Line 3753: OPEN c_rule (FND_PROFILE.value (L_HZ_DEDUPE_RULE));

3749: WHERE dedupe_key IS NULL
3750: FOR UPDATE NOWAIT
3751: ;
3752: BEGIN
3753: OPEN c_rule (FND_PROFILE.value (L_HZ_DEDUPE_RULE));
3754: FETCH c_rule INTO l_list_rule_id;
3755: CLOSE c_rule;
3756:
3757: OPEN c_id;

Line 3882: l_source_import_rule := fnd_profile.VALUE ('AMS_IMP_DEDUPE_RULES');

3878:
3879: x_return_status := FND_API.g_ret_sts_success;
3880:
3881: /* Added code to check dedupe rule from profile option */
3882: l_source_import_rule := fnd_profile.VALUE ('AMS_IMP_DEDUPE_RULES');
3883: if l_source_import_rule is null then
3884: l_source_import_rule := 'SRC_PERSON_IMPORT';
3885: end if;
3886: