DBA Data[Home] [Help]

APPS.OZF_CLAIM_LINE_HIST_PVT dependencies on OZF_CLAIM_LINES_HIST_PKG

Line 151: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Insert_Row)

147: END IF;
148:
149: l_org_id := l_claim_line_hist_rec.org_id;
150: BEGIN
151: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Insert_Row)
152: OZF_CLAIM_LINES_HIST_PKG.Insert_Row(
153: px_claim_line_history_id => l_claim_line_history_id,
154: px_object_version_number => l_object_version_number,
155: p_last_update_date => SYSDATE,

Line 152: OZF_CLAIM_LINES_HIST_PKG.Insert_Row(

148:
149: l_org_id := l_claim_line_hist_rec.org_id;
150: BEGIN
151: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Insert_Row)
152: OZF_CLAIM_LINES_HIST_PKG.Insert_Row(
153: px_claim_line_history_id => l_claim_line_history_id,
154: px_object_version_number => l_object_version_number,
155: p_last_update_date => SYSDATE,
156: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 423: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Update_Row)

419: OZF_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
420: END IF;
421:
422: BEGIN
423: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Update_Row)
424: OZF_CLAIM_LINES_HIST_PKG.Update_Row(
425: p_claim_line_history_id => p_claim_line_hist_rec.claim_line_history_id,
426: p_object_version_number => p_claim_line_hist_rec.object_version_number,
427: p_last_update_date => SYSDATE,

Line 424: OZF_CLAIM_LINES_HIST_PKG.Update_Row(

420: END IF;
421:
422: BEGIN
423: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Update_Row)
424: OZF_CLAIM_LINES_HIST_PKG.Update_Row(
425: p_claim_line_history_id => p_claim_line_hist_rec.claim_line_history_id,
426: p_object_version_number => p_claim_line_hist_rec.object_version_number,
427: p_last_update_date => SYSDATE,
428: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 637: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Delete_Row)

633: IF g_debug THEN
634: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
635: END IF;
636:
637: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Delete_Row)
638: OZF_CLAIM_LINES_HIST_PKG.Delete_Row(
639: p_claim_line_history_id => p_claim_line_history_id
640: );
641: EXCEPTION

Line 638: OZF_CLAIM_LINES_HIST_PKG.Delete_Row(

634: OZF_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
635: END IF;
636:
637: -- Invoke table handler(OZF_CLAIM_LINES_HIST_PKG.Delete_Row)
638: OZF_CLAIM_LINES_HIST_PKG.Delete_Row(
639: p_claim_line_history_id => p_claim_line_history_id
640: );
641: EXCEPTION
642: WHEN OTHERS THEN