DBA Data[Home] [Help]

APPS.AHL_LTP_SIMUL_PLAN_PVT dependencies on AHL_VWP_STAGES_PKG

Line 1930: Ahl_VWP_Stages_Pkg.Insert_Row (

1926: AHL_DEBUG_PUB.debug( 'visit call insert stage:'||l_stage_id);
1927: END IF;
1928: /* Copy the details in the Simulation Visit */
1929: -- Invoke the table handler to create a record
1930: Ahl_VWP_Stages_Pkg.Insert_Row (
1931: X_ROWID => l_rowid,
1932: X_VISIT_ID => l_visit_id,
1933: X_STAGE_ID => l_stage_id,
1934: X_STAGE_NUM => l_stage_rec.Stage_Num,

Line 4396: Ahl_VWP_Stages_Pkg.Update_Row (

4392: AHL_DEBUG_PUB.debug( 'visit call update stage:'||l_stage_rec.stage_id);
4393: END IF;
4394: /* Copy the details in the Simulation Visit */
4395: -- Invoke the table handler to update a record
4396: Ahl_VWP_Stages_Pkg.Update_Row (
4397: X_VISIT_ID => l_primary_visit_id,
4398: X_STAGE_ID => l_new_stage_id,
4399: X_STAGE_NUM => l_stage_rec.Stage_Num,
4400: X_STAGE_NAME => l_stage_rec.Stage_Name,