DBA Data[Home] [Help]

APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_WIP_JOB_PVT

Line 1193: -- Schedule Material table for non routine jobs Calls AHL_WIP_JOB_PVT.

1189: -- Start of Comments --
1190: -- Procedure name : Create_Material_Reqst
1191: -- Type : Private
1192: -- Function : Validates Material Information and inserts records into
1193: -- Schedule Material table for non routine jobs Calls AHL_WIP_JOB_PVT.
1194: -- update_wip_job api
1195: -- Pre-reqs :
1196: -- Parameters :
1197: --

Line 3911: l_ahl_wip_work_rec AHL_WIP_JOB_PVT.ahl_wo_rec_type;

3907: l_req_material_rec Req_Material_Rec_Type;
3908: l_req_material_tbl Req_Material_Tbl_Type;
3909: l_material_rec Get_Req_Matrl_cur%ROWTYPE;
3910: -- Variables required for wip jobs call
3911: l_ahl_wip_work_rec AHL_WIP_JOB_PVT.ahl_wo_rec_type;
3912: l_ahl_wip_oper_tbl AHL_WIP_JOB_PVT.ahl_wo_op_tbl_type ;
3913: l_ahl_wip_rsrc_tbl AHL_WIP_JOB_PVT.ahl_wo_res_tbl_type;
3914: l_ahl_wip_mtrl_tbl AHL_WIP_JOB_PVT.ahl_wo_mtl_tbl_type;
3915: l_default VARCHAR2(30);

Line 3912: l_ahl_wip_oper_tbl AHL_WIP_JOB_PVT.ahl_wo_op_tbl_type ;

3908: l_req_material_tbl Req_Material_Tbl_Type;
3909: l_material_rec Get_Req_Matrl_cur%ROWTYPE;
3910: -- Variables required for wip jobs call
3911: l_ahl_wip_work_rec AHL_WIP_JOB_PVT.ahl_wo_rec_type;
3912: l_ahl_wip_oper_tbl AHL_WIP_JOB_PVT.ahl_wo_op_tbl_type ;
3913: l_ahl_wip_rsrc_tbl AHL_WIP_JOB_PVT.ahl_wo_res_tbl_type;
3914: l_ahl_wip_mtrl_tbl AHL_WIP_JOB_PVT.ahl_wo_mtl_tbl_type;
3915: l_default VARCHAR2(30);
3916: j NUMBER;

Line 3913: l_ahl_wip_rsrc_tbl AHL_WIP_JOB_PVT.ahl_wo_res_tbl_type;

3909: l_material_rec Get_Req_Matrl_cur%ROWTYPE;
3910: -- Variables required for wip jobs call
3911: l_ahl_wip_work_rec AHL_WIP_JOB_PVT.ahl_wo_rec_type;
3912: l_ahl_wip_oper_tbl AHL_WIP_JOB_PVT.ahl_wo_op_tbl_type ;
3913: l_ahl_wip_rsrc_tbl AHL_WIP_JOB_PVT.ahl_wo_res_tbl_type;
3914: l_ahl_wip_mtrl_tbl AHL_WIP_JOB_PVT.ahl_wo_mtl_tbl_type;
3915: l_default VARCHAR2(30);
3916: j NUMBER;
3917: l_reserved_quantity NUMBER;

Line 3914: l_ahl_wip_mtrl_tbl AHL_WIP_JOB_PVT.ahl_wo_mtl_tbl_type;

3910: -- Variables required for wip jobs call
3911: l_ahl_wip_work_rec AHL_WIP_JOB_PVT.ahl_wo_rec_type;
3912: l_ahl_wip_oper_tbl AHL_WIP_JOB_PVT.ahl_wo_op_tbl_type ;
3913: l_ahl_wip_rsrc_tbl AHL_WIP_JOB_PVT.ahl_wo_res_tbl_type;
3914: l_ahl_wip_mtrl_tbl AHL_WIP_JOB_PVT.ahl_wo_mtl_tbl_type;
3915: l_default VARCHAR2(30);
3916: j NUMBER;
3917: l_reserved_quantity NUMBER;
3918: -- Bug # 6680137 - begin