DBA Data[Home] [Help]

APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_BLANKET_HEADER_SECURITY

Line 1535: OE_Blanket_Header_Security.g_record := l_rowtype_rec;

1531: l_operation := OE_PC_GLOBALS.UPDATE_OP;
1532: end if;
1533:
1534: -- Initialize security global record
1535: OE_Blanket_Header_Security.g_record := l_rowtype_rec;
1536:
1537: l_result := OE_Blanket_Header_Security.Is_OP_Constrained
1538: (p_operation => l_operation
1539: ,p_column_name => p_column_name

Line 1537: l_result := OE_Blanket_Header_Security.Is_OP_Constrained

1533:
1534: -- Initialize security global record
1535: OE_Blanket_Header_Security.g_record := l_rowtype_rec;
1536:
1537: l_result := OE_Blanket_Header_Security.Is_OP_Constrained
1538: (p_operation => l_operation
1539: ,p_column_name => p_column_name
1540: ,p_record => l_rowtype_rec
1541: ,x_on_operation_action => l_action

Line 1550: OE_Blanket_Header_Security.Attributes(p_header_rec => p_header_rec,

1546:
1547: -- Check security for all attributes that changed
1548: ELSE
1549:
1550: OE_Blanket_Header_Security.Attributes(p_header_rec => p_header_rec,
1551: p_old_header_rec => p_old_header_rec,
1552: x_result => l_result,
1553: x_return_status => x_return_status);
1554:

Line 1696: OE_Blanket_Header_Security.Entity(p_header_rec => p_header_rec,

1692: OE_MSG_PUB.initialize;
1693:
1694: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1695:
1696: OE_Blanket_Header_Security.Entity(p_header_rec => p_header_rec,
1697: x_result => l_result,
1698: x_return_status => x_return_status);
1699:
1700: IF l_result = OE_PC_GLOBALS.YES THEN