DBA Data[Home] [Help]

APPS.HZ_PERSON_BO_PUB dependencies on HZ_PARTIES

Line 903: p_contact_level_table => 'HZ_PARTIES',

899: (p_person_obj.contact_pref_objs.COUNT > 0)) THEN
900: HZ_CONTACT_PREFERENCE_BO_PVT.create_contact_preferences(
901: p_cp_pref_objs => p_person_obj.contact_pref_objs,
902: p_contact_level_table_id => x_person_id,
903: p_contact_level_table => 'HZ_PARTIES',
904: x_return_status => x_return_status,
905: x_msg_count => x_msg_count,
906: x_msg_data => x_msg_data
907: );

Line 940: p_owner_table_name => 'HZ_PARTIES',

936: IF((p_person_obj.class_objs IS NOT NULL) AND
937: (p_person_obj.class_objs.COUNT > 0)) THEN
938: HZ_PARTY_BO_PVT.create_classifications(
939: p_code_assign_objs => p_person_obj.class_objs,
940: p_owner_table_name => 'HZ_PARTIES',
941: p_owner_table_id => x_person_id,
942: x_return_status => x_return_status,
943: x_msg_count => x_msg_count,
944: x_msg_data => x_msg_data

Line 1356: FROM hz_matched_parties_gt mpg, hz_parties p

1352: then
1353: l_tmp_score := l_match_score;
1354: begin
1355: SELECT score, party_name into l_match_score, l_party_name
1356: FROM hz_matched_parties_gt mpg, hz_parties p
1357: WHERE mpg.party_id = p.party_id
1358: and mpg.party_id = l_party_id
1359: and mpg.search_context_id = l_search_ctx_id
1360: and rownum = 1;

Line 1695: FROM HZ_PARTIES p

1691: l_party_number VARCHAR2(30);
1692:
1693: CURSOR get_ovn(l_party_id NUMBER) IS
1694: SELECT p.object_version_number, p.party_number
1695: FROM HZ_PARTIES p
1696: WHERE p.party_id = l_party_id
1697: AND p.party_type = 'PERSON'
1698: AND p.status in ('A','I');
1699:

Line 1887: p_contact_level_table => 'HZ_PARTIES',

1883: (p_person_obj.contact_pref_objs.COUNT > 0)) THEN
1884: HZ_CONTACT_PREFERENCE_BO_PVT.save_contact_preferences(
1885: p_cp_pref_objs => p_person_obj.contact_pref_objs,
1886: p_contact_level_table_id => x_person_id,
1887: p_contact_level_table => 'HZ_PARTIES',
1888: x_return_status => x_return_status,
1889: x_msg_count => x_msg_count,
1890: x_msg_data => x_msg_data
1891: );

Line 1924: p_owner_table_name => 'HZ_PARTIES',

1920: IF((p_person_obj.class_objs IS NOT NULL) AND
1921: (p_person_obj.class_objs.COUNT > 0)) THEN
1922: HZ_PARTY_BO_PVT.save_classifications(
1923: p_code_assign_objs => p_person_obj.class_objs,
1924: p_owner_table_name => 'HZ_PARTIES',
1925: p_owner_table_id => x_person_id,
1926: x_return_status => x_return_status,
1927: x_msg_count => x_msg_count,
1928: x_msg_data => x_msg_data

Line 2297: p_entity_type => 'HZ_PARTIES',

2293: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
2294: p_entity_id => x_person_id,
2295: p_entity_os => x_person_os,
2296: p_entity_osr => x_person_osr,
2297: p_entity_type => 'HZ_PARTIES',
2298: p_parent_id => NULL,
2299: p_parent_obj_type=> NULL);
2300:
2301: IF(l_create_update_flag = 'E') THEN

Line 3489: Party,Person Profile Y N HZ_PARTIES, HZ_PERSON_PROFILES

3485: the Get procedure returns all records for the particular person from these TCA entity tables:
3486:
3487: Embedded TCA Entity Mandatory Multiple TCA Table Entities
3488:
3489: Party,Person Profile Y N HZ_PARTIES, HZ_PERSON_PROFILES
3490: Person Preference N Y HZ_PARTY_PREFERENCES
3491: Relationship N Y HZ_RELATIONSHIPS
3492: Classification N Y HZ_CODE_ASSIGNMENTS
3493: Language N Y HZ_PERSON_LANGUAGE