DBA Data[Home] [Help]

APPS.CSP_RS_CUST_RELATION_PVT dependencies on CSP_RS_CUST_RELATIONS_PKG

Line 122: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Insert_Row)

118:
119: -- Debug Message
120: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling create table handler');
121:
122: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Insert_Row)
123: CSP_RS_CUST_RELATIONS_PKG.Insert_Row(
124: px_RS_CUST_RELATION_ID => x_RS_CUST_RELATION_ID,
125: p_RESOURCE_TYPE => p_RCR_rec.RESOURCE_TYPE,
126: p_RESOURCE_ID => p_RCR_rec.RESOURCE_ID,

Line 123: CSP_RS_CUST_RELATIONS_PKG.Insert_Row(

119: -- Debug Message
120: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling create table handler');
121:
122: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Insert_Row)
123: CSP_RS_CUST_RELATIONS_PKG.Insert_Row(
124: px_RS_CUST_RELATION_ID => x_RS_CUST_RELATION_ID,
125: p_RESOURCE_TYPE => p_RCR_rec.RESOURCE_TYPE,
126: p_RESOURCE_ID => p_RCR_rec.RESOURCE_ID,
127: p_CUSTOMER_ID => p_RCR_rec.CUSTOMER_ID,

Line 409: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Update_Row)

405:
406: -- Debug Message
407: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
408:
409: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Update_Row)
410: CSP_RS_CUST_RELATIONS_PKG.Update_Row(
411: p_RS_CUST_RELATION_ID => p_RCR_rec.RS_CUST_RELATION_ID,
412: p_RESOURCE_TYPE => p_RCR_rec.RESOURCE_TYPE,
413: p_RESOURCE_ID => p_RCR_rec.RESOURCE_ID,

Line 410: CSP_RS_CUST_RELATIONS_PKG.Update_Row(

406: -- Debug Message
407: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
408:
409: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Update_Row)
410: CSP_RS_CUST_RELATIONS_PKG.Update_Row(
411: p_RS_CUST_RELATION_ID => p_RCR_rec.RS_CUST_RELATION_ID,
412: p_RESOURCE_TYPE => p_RCR_rec.RESOURCE_TYPE,
413: p_RESOURCE_ID => p_RCR_rec.RESOURCE_ID,
414: p_CUSTOMER_ID => p_RCR_rec.CUSTOMER_ID,

Line 565: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Delete_Row)

561:
562: -- Debug Message
563: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling delete table handler');
564:
565: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Delete_Row)
566: CSP_RS_CUST_RELATIONS_PKG.Delete_Row(
567: p_RS_CUST_RELATION_ID => p_RCR_rec.RS_CUST_RELATION_ID);
568: --
569: -- End of API body

Line 566: CSP_RS_CUST_RELATIONS_PKG.Delete_Row(

562: -- Debug Message
563: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling delete table handler');
564:
565: -- Invoke table handler(CSP_RS_CUST_RELATIONS_PKG.Delete_Row)
566: CSP_RS_CUST_RELATIONS_PKG.Delete_Row(
567: p_RS_CUST_RELATION_ID => p_RCR_rec.RS_CUST_RELATION_ID);
568: --
569: -- End of API body
570: --