DBA Data[Home] [Help]

APPS.AHL_PRD_OPERATIONS_PVT dependencies on AHL_PRD_WORKORDER_PVT

Line 1229: l_empty_workorder_rec AHL_PRD_WORKORDER_PVT.prd_workorder_rec;

1225: l_msg_count NUMBER;
1226: l_msg_data VARCHAR2(2000);
1227: l_return_status VARCHAR2(1);
1228:
1229: l_empty_workorder_rec AHL_PRD_WORKORDER_PVT.prd_workorder_rec;
1230: l_resource_tbl AHL_PP_RESRC_REQUIRE_PVT.resrc_require_tbl_type;
1231: l_material_tbl AHL_PP_MATERIALS_PVT.req_material_tbl_type;
1232: l_op_status VARCHAR2(30);
1233: l_prd_operation_tbl PRD_OPERATION_TBL;

Line 1452: AHL_PRD_WORKORDER_PVT.ADD_WO_OPER_TURNOVER_NOTES

1448: idx := idx + 1;
1449: END IF;
1450: --sukhwsin::VEE Code Changes - start
1451: IF ( p_x_prd_operation_tbl(I).status_code <> l_op_status) THEN
1452: AHL_PRD_WORKORDER_PVT.ADD_WO_OPER_TURNOVER_NOTES
1453: (
1454: p_workorder_id => p_x_prd_operation_tbl(I).WORKORDER_ID,
1455: p_workorder_op_id => p_x_prd_operation_tbl(I).WORKORDER_OPERATION_ID,
1456: p_new_status_code => p_x_prd_operation_tbl(I).STATUS_CODE,