DBA Data[Home] [Help]

APPS.WIP_EAM_PROCESS_WO_PUB dependencies on EAM_PROCESS_WO_PVT

Line 66: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_UPDATE;

62: l_eam_wo_rec := null;
63: l_eam_wo_rec.wip_entity_id := p_wip_entity_id;
64: l_eam_wo_rec.organization_id := p_organization_id;
65: l_eam_wo_rec.firm_planned_flag := p_firm_planned_flag;
66: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_UPDATE;
67:
68: l_init := FALSE;
69: if nvl(l_init_msg_list,'T') = 'Y' then
70: l_init := TRUE;