DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on EAM_PROCESS_WO_PVT

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

3994:
3995: SAVEPOINT add_op_network;
3996:
3997: -- initializing the structure of dependency network
3998: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_CREATE;
3999: l_eam_op_network_rec.wip_entity_id := p_wip_entity_id;
4000: l_eam_op_network_rec.organization_id := p_organization_id;
4001: l_eam_op_network_rec.prior_operation := p_from_operation;
4002: l_eam_op_network_rec.next_operation := p_to_operation;

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

4119: x_error_flag := FND_API.G_RET_STS_SUCCESS;
4120: x_error_mssg := '';
4121:
4122: -- initializing the structure of dependency network
4123: l_eam_op_network_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_DELETE;
4124: l_eam_op_network_rec.wip_entity_id := p_wip_entity_id;
4125: l_eam_op_network_rec.organization_id := p_organization_id;
4126: l_eam_op_network_rec.prior_operation := p_from_operation;
4127: l_eam_op_network_rec.next_operation := p_to_operation;