DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_PC_GLOBALS

Line 4324: l_operation := OE_PC_GLOBALS.CREATE_OP;

4320: -- Initialize security global record
4321: OE_Header_SECURITY.g_record := l_rowtype_rec;
4322:
4323: IF l_header_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
4324: l_operation := OE_PC_GLOBALS.CREATE_OP;
4325: ELSIF l_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE then
4326: l_operation := OE_PC_GLOBALS.UPDATE_OP;
4327: END IF;
4328:

Line 4326: l_operation := OE_PC_GLOBALS.UPDATE_OP;

4322:
4323: IF l_header_rec.operation = OE_GLOBALS.G_OPR_CREATE THEN
4324: l_operation := OE_PC_GLOBALS.CREATE_OP;
4325: ELSIF l_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE then
4326: l_operation := OE_PC_GLOBALS.UPDATE_OP;
4327: END IF;
4328:
4329: l_result := OE_Header_Security.Is_OP_Constrained
4330: (p_operation => l_operation

Line 4335: if l_result = OE_PC_GLOBALS.YES then

4331: ,p_column_name => p_column_name
4332: ,p_record => l_rowtype_rec
4333: ,x_on_operation_action => l_action
4334: );
4335: if l_result = OE_PC_GLOBALS.YES then
4336: x_constrained:=True;
4337: x_return_status := FND_API.G_RET_STS_ERROR;
4338: elsif l_result=OE_PC_GLOBALS.NO THEN
4339: x_constrained:=False;

Line 4338: elsif l_result=OE_PC_GLOBALS.NO THEN

4334: );
4335: if l_result = OE_PC_GLOBALS.YES then
4336: x_constrained:=True;
4337: x_return_status := FND_API.G_RET_STS_ERROR;
4338: elsif l_result=OE_PC_GLOBALS.NO THEN
4339: x_constrained:=False;
4340: end if;
4341:
4342: END IF; -- if column name is not null