DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on HZ_CONTACT_POINTS

Line 1407: | - HZ_CONTACT_POINTS_V2PUB.Create_Contact_Points

1403: |
1404: |
1405: | REFERENCED APIS
1406: | This API calls the following APIs
1407: | - HZ_CONTACT_POINTS_V2PUB.Create_Contact_Points
1408: +======================================================================*/
1409: Procedure Create_Contact_Points(
1410: p_owner_table_id IN NUMBER,
1411: p_work_phone_rec IN HZ_CONTACT_POINT_V2PUB.phone_rec_type,

Line 2269: from hz_contact_points

2265: rec_party_info c_getPartyInfo%rowtype;
2266:
2267: cursor c_getContactPoints(l_party_id number) IS
2268: select contact_point_id,object_version_number
2269: from hz_contact_points
2270: where owner_table_id = l_party_id
2271: and owner_table_name = 'HZ_PARTIES';
2272: rec_contact_point c_getContactPoints%rowtype;
2273: