DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on HZ_CONTACT_POINTS

Line 5260: -- Begin modifications for new HZ_CONTACT_POINTS_V2PUB for TCA uptake, aiyengar 11/20/02

5256: x_return_status := OKC_API.G_RET_STS_UNEXP_ERROR;
5257: END CopyService;
5258:
5259:
5260: -- Begin modifications for new HZ_CONTACT_POINTS_V2PUB for TCA uptake, aiyengar 11/20/02
5261:
5262:
5263: PROCEDURE Create_Contact_Points
5264: (

Line 5376: FROM HZ_CONTACT_POINTS

5372: G_ERROR EXCEPTION;
5373:
5374: CURSOR l_cpoint_csr IS
5375: SELECT last_update_date, object_version_number, contact_point_type
5376: FROM HZ_CONTACT_POINTS
5377: WHERE contact_point_id = P_contact_point_rec.contact_point_id;
5378:
5379: l_cpoint_rec l_cpoint_csr%ROWTYPE;
5380:

Line 5442: -- End modifications for new HZ_CONTACT_POINTS_V2PUB for TCA uptake, aiyengar 11/20/02

5438: SQLERRM);
5439:
5440: END Update_Contact_Points;
5441:
5442: -- End modifications for new HZ_CONTACT_POINTS_V2PUB for TCA uptake, aiyengar 11/20/02
5443:
5444: PROCEDURE CreateOperationInstance(p_chr_id IN NUMBER
5445: , p_object1_id1 IN VARCHAR2
5446: , p_object1_id2 IN VARCHAR2