DBA Data[Home] [Help]

APPS.AHL_LTP_SIMUL_PLAN_PVT dependencies on AHL_VWP_STAGES_PKG

Line 1956: Ahl_VWP_Stages_Pkg.Insert_Row (

1952: AHL_DEBUG_PUB.debug( 'visit call insert stage:'||l_stage_id);
1953: END IF;
1954: /* Copy the details in the Simulation Visit */
1955: -- Invoke the table handler to create a record
1956: Ahl_VWP_Stages_Pkg.Insert_Row (
1957: X_ROWID => l_rowid,
1958: X_VISIT_ID => l_visit_id,
1959: X_STAGE_ID => l_stage_id,
1960: X_STAGE_NUM => l_stage_rec.Stage_Num,

Line 4455: Ahl_VWP_Stages_Pkg.Update_Row (

4451: AHL_DEBUG_PUB.debug( 'visit call update stage:'||l_stage_rec.stage_id);
4452: END IF;
4453: /* Copy the details in the Simulation Visit */
4454: -- Invoke the table handler to update a record
4455: Ahl_VWP_Stages_Pkg.Update_Row (
4456: X_VISIT_ID => l_primary_visit_id,
4457: X_STAGE_ID => l_new_stage_id,
4458: X_STAGE_NUM => l_stage_rec.Stage_Num,
4459: X_STAGE_NAME => l_stage_rec.Stage_Name,