DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_PC_GLOBALS

Line 4327: l_operation := OE_PC_GLOBALS.CREATE_OP;

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

Line 4329: l_operation := OE_PC_GLOBALS.UPDATE_OP;

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

Line 4338: if l_result = OE_PC_GLOBALS.YES then

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

Line 4341: elsif l_result=OE_PC_GLOBALS.NO THEN

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