DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on EAM_PROCESS_WO_PVT

Line 4508: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_CREATE;

4504:
4505: SAVEPOINT add_op_network;
4506:
4507: -- initializing the structure of dependency network
4508: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_CREATE;
4509: l_eam_op_network_rec.wip_entity_id := p_wip_entity_id;
4510: l_eam_op_network_rec.organization_id := p_organization_id;
4511: l_eam_op_network_rec.prior_operation := p_from_operation;
4512: l_eam_op_network_rec.next_operation := p_to_operation;

Line 4633: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_DELETE;

4629: x_error_flag := FND_API.G_RET_STS_SUCCESS;
4630: x_error_mssg := '';
4631:
4632: -- initializing the structure of dependency network
4633: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_DELETE;
4634: l_eam_op_network_rec.wip_entity_id := p_wip_entity_id;
4635: l_eam_op_network_rec.organization_id := p_organization_id;
4636: l_eam_op_network_rec.prior_operation := p_from_operation;
4637: l_eam_op_network_rec.next_operation := p_to_operation;