DBA Data[Home] [Help]

APPS.AMS_IBA_PLCMNT_PVT dependencies on AMS_IBA_PL_PLACEMENTS_B_PKG

Line 181: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row)

177:
178: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
179: END IF;
180:
181: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row)
182: AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row(
183: px_placement_id => l_placement_id,
184: p_site_id => l_site_id,
185: p_site_ref_code => p_iba_plcmnt_rec.site_ref_code,

Line 182: AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row(

178: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
179: END IF;
180:
181: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row)
182: AMS_IBA_PL_PLACEMENTS_B_PKG.Insert_Row(
183: px_placement_id => l_placement_id,
184: p_site_id => l_site_id,
185: p_site_ref_code => p_iba_plcmnt_rec.site_ref_code,
186: p_page_id => l_page_id,

Line 402: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row)

398:
399: -- Debug Message
400: -- IF (AMS_DEBUG_HIGH_ON) THEN AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler'); END IF;
401:
402: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row)
403: AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row(
404: p_placement_id => p_iba_plcmnt_rec.placement_id,
405: p_site_id => p_iba_plcmnt_rec.site_id,
406: p_site_ref_code => p_iba_plcmnt_rec.site_ref_code,

Line 403: AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row(

399: -- Debug Message
400: -- IF (AMS_DEBUG_HIGH_ON) THEN AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler'); END IF;
401:
402: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row)
403: AMS_IBA_PL_PLACEMENTS_B_PKG.Update_Row(
404: p_placement_id => p_iba_plcmnt_rec.placement_id,
405: p_site_id => p_iba_plcmnt_rec.site_id,
406: p_site_ref_code => p_iba_plcmnt_rec.site_ref_code,
407: p_page_id => p_iba_plcmnt_rec.page_id,

Line 547: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row)

543:
544: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
545: END IF;
546:
547: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row)
548: AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row(
549: p_PLACEMENT_ID => p_PLACEMENT_ID);
550: --
551: -- End of API body

Line 548: AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row(

544: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
545: END IF;
546:
547: -- Invoke table handler(AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row)
548: AMS_IBA_PL_PLACEMENTS_B_PKG.Delete_Row(
549: p_PLACEMENT_ID => p_PLACEMENT_ID);
550: --
551: -- End of API body
552: --