DBA Data[Home] [Help]

APPS.AHL_LTP_SIMUL_PLAN_PVT dependencies on AHL_VISITS_PKG

Line 1867: ahl_visits_pkg.Insert_Row

1863: --Get visit number
1864: SELECT MAX(visit_number) INTO l_visit_number
1865: FROM Ahl_Visits_B;
1866: --
1867: ahl_visits_pkg.Insert_Row
1868: (
1869: X_ROWID => l_rowid,
1870: X_VISIT_ID => l_visit_id,
1871: X_VISIT_NUMBER => l_visit_number+1,

Line 2709: AHL_VISITS_PKG.DELETE_ROW (

2705: CLOSE c_Material;
2706: */
2707: /* mpothuku End */
2708: -- Remove the visit as well
2709: AHL_VISITS_PKG.DELETE_ROW (
2710: X_VISIT_ID => p_visit_id);
2711:
2712: ---------------------------End of Body---------------------------------------
2713: --Standard check to count messages