DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_BO_PUB dependencies on HZ_CONTACT_POINTS

Line 1981: p_contact_level_table => 'HZ_CONTACT_POINTS',

1977: -- create contact preferences
1978: HZ_CONTACT_PREFERENCE_BO_PVT.create_contact_preferences(
1979: p_cp_pref_objs => p_cp_pref_objs,
1980: p_contact_level_table_id => x_cp_id,
1981: p_contact_level_table => 'HZ_CONTACT_POINTS',
1982: x_return_status => x_return_status,
1983: x_msg_count => x_msg_count,
1984: x_msg_data => x_msg_data
1985: );

Line 2791: FROM HZ_CONTACT_POINTS

2787: l_orig_sys_reference_rec HZ_ORIG_SYSTEM_REF_PUB.ORIG_SYS_REFERENCE_REC_TYPE;
2788:
2789: CURSOR get_ovn(l_contact_point_id NUMBER) IS
2790: SELECT object_version_number, owner_table_id, owner_table_name
2791: FROM HZ_CONTACT_POINTS
2792: WHERE contact_point_id = l_contact_point_id;
2793:
2794: BEGIN
2795: -- Standard start of API savepoint

Line 3036: p_contact_level_table => 'HZ_CONTACT_POINTS',

3032: -- create or update contact preferences
3033: HZ_CONTACT_PREFERENCE_BO_PVT.save_contact_preferences(
3034: p_cp_pref_objs => p_cp_pref_objs,
3035: p_contact_level_table_id => x_cp_id,
3036: p_contact_level_table => 'HZ_CONTACT_POINTS',
3037: x_return_status => x_return_status,
3038: x_msg_count => x_msg_count,
3039: x_msg_data => x_msg_data
3040: );

Line 4024: p_entity_type => 'HZ_CONTACT_POINTS',

4020: l_create_update_flag := HZ_REGISTRY_VALIDATE_BO_PVT.check_bo_op(
4021: p_entity_id => x_cp_id,
4022: p_entity_os => x_cp_os,
4023: p_entity_osr => x_cp_osr,
4024: p_entity_type => 'HZ_CONTACT_POINTS',
4025: p_cp_type => p_cp_type,
4026: p_parent_id => px_parent_id,
4027: p_parent_obj_type => px_parent_obj_type);
4028:

Line 4536: Contact Point Y N HZ_CONTACT_POINTS

4532: particular object from these TCA entity tables.
4533:
4534: Embedded BO Mandatory Multiple Logical API Procedure Comments
4535:
4536: Contact Point Y N HZ_CONTACT_POINTS
4537: Contact Preference N Y HZ_CONTACT_PREFERENCES
4538:
4539: */
4540: