DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on EAM_WORKORDERTRANSACTIONS_PUB

Line 1021: eam_workordertransactions_pub.set_manual_reb_flag(

1017: CLOSE get_wip_entity;
1018: END IF;
1019: --call EAM API to update manual_rebuild_flag because WICMLP can't change it.
1020: IF (p_ahl_wo_rec.dml_type = 'U' AND p_ahl_wo_rec.manual_rebuild_flag IS NOT NULL) THEN
1021: eam_workordertransactions_pub.set_manual_reb_flag(
1022: p_wip_entity_id => x_wip_entity_id,
1023: p_organization_id => p_ahl_wo_rec.organization_id,
1024: p_manual_rebuild_flag => p_ahl_wo_rec.manual_rebuild_flag,
1025: x_return_status => l_return_status);

Line 1034: eam_workordertransactions_pub.set_owning_department(

1030: END IF;
1031: END IF;
1032: --call EAM API to update owning_department_id because WICMLP can't change it.
1033: IF (p_ahl_wo_rec.dml_type = 'U' AND p_ahl_wo_rec.department_id IS NOT NULL) THEN
1034: eam_workordertransactions_pub.set_owning_department(
1035: p_wip_entity_id => x_wip_entity_id,
1036: p_organization_id => p_ahl_wo_rec.organization_id,
1037: p_owning_department => p_ahl_wo_rec.department_id,
1038: x_return_status => l_return_status);

Line 1785: eam_workordertransactions_pub.set_manual_reb_flag(

1781:
1782: /* This is for creating job only, so load_type = 7
1783: --call EAM API to update manual_rebuild_flag because WICMLP can't change it.
1784: IF (x_ahl_wip_job_tbl(i+1).load_type = 8 AND x_ahl_wip_job_tbl(i+1).manual_rebuild_flag IS NOT NULL) THEN
1785: eam_workordertransactions_pub.set_manual_reb_flag(
1786: p_wip_entity_id => x_ahl_wip_job_tbl(i+1).wip_entity_id,
1787: p_organization_id => x_ahl_wip_job_tbl(i+1).organization_id,
1788: p_manual_rebuild_flag => x_ahl_wip_job_tbl(i+1).manual_rebuild_flag,
1789: x_return_status => l_return_status);

Line 1798: eam_workordertransactions_pub.set_owning_department(

1794: END IF;
1795: END IF;
1796: --call EAM API to update owning_department_id because WICMLP can't change it.
1797: IF (x_ahl_wip_job_tbl(i+1).load_type = 8 AND x_ahl_wip_job_tbl(i+1).owning_department IS NOT NULL) THEN
1798: eam_workordertransactions_pub.set_owning_department(
1799: p_wip_entity_id => x_ahl_wip_job_tbl(i+1).wip_entity_id,
1800: p_organization_id => x_ahl_wip_job_tbl(i+1).organization_id,
1801: p_owning_department => x_ahl_wip_job_tbl(i+1).owning_department,
1802: x_return_status => l_return_status);