DBA Data[Home] [Help]

APPS.OE_BLANKET_WF_UTIL dependencies on OE_PC_GLOBALS

Line 709: (p_operation => OE_PC_GLOBALS.UPDATE_OP

705: OE_Quote_Util.G_COMPLETE_NEG := 'Y';
706:
707: BEGIN
708: l_result := OE_Blanket_Header_Security.Is_OP_Constrained
709: (p_operation => OE_PC_GLOBALS.UPDATE_OP
710: ,p_column_name => 'TRANSACTION_PHASE_CODE'
711: ,p_record => l_rowtype_rec
712: ,x_on_operation_action => l_action
713: );

Line 721: if l_result = OE_PC_GLOBALS.YES then

717: l_return_status := FND_API.G_RET_STS_ERROR;
718: raise fnd_api.g_exc_error;
719: END;
720:
721: if l_result = OE_PC_GLOBALS.YES then
722: l_return_status := FND_API.G_RET_STS_ERROR;
723: raise fnd_api.g_exc_error;
724: end if;
725: