DBA Data[Home] [Help]

APPS.OE_BLANKET_FORM_CONTROL dependencies on OE_PC_GLOBALS

Line 1529: l_operation := OE_PC_GLOBALS.CREATE_OP;

1525:
1526: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec
1527: (p_header_rec,l_rowtype_rec);
1528: if p_header_rec.operation = OE_GLOBALS.G_OPR_CREATE then
1529: l_operation := OE_PC_GLOBALS.CREATE_OP;
1530: elsif p_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE then
1531: l_operation := OE_PC_GLOBALS.UPDATE_OP;
1532: end if;
1533:

Line 1531: l_operation := OE_PC_GLOBALS.UPDATE_OP;

1527: (p_header_rec,l_rowtype_rec);
1528: if p_header_rec.operation = OE_GLOBALS.G_OPR_CREATE then
1529: l_operation := OE_PC_GLOBALS.CREATE_OP;
1530: elsif p_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE then
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;

Line 1543: if l_result = OE_PC_GLOBALS.YES then

1539: ,p_column_name => p_column_name
1540: ,p_record => l_rowtype_rec
1541: ,x_on_operation_action => l_action
1542: );
1543: if l_result = OE_PC_GLOBALS.YES then
1544: raise fnd_api.g_exc_error;
1545: end if;
1546:
1547: -- Check security for all attributes that changed

Line 1555: IF l_result = OE_PC_GLOBALS.YES THEN

1551: p_old_header_rec => p_old_header_rec,
1552: x_result => l_result,
1553: x_return_status => x_return_status);
1554:
1555: IF l_result = OE_PC_GLOBALS.YES THEN
1556: RAISE FND_API.G_EXC_ERROR;
1557: END IF;
1558:
1559: END IF; -- if column name is not null

Line 1630: IF l_result = OE_PC_GLOBALS.YES THEN

1626: p_old_line_rec => p_old_line_rec,
1627: x_result => l_result,
1628: x_return_status => x_return_status);
1629:
1630: IF l_result = OE_PC_GLOBALS.YES THEN
1631: RAISE FND_API.G_EXC_ERROR;
1632: END IF;
1633: END IF;
1634:

Line 1700: IF l_result = OE_PC_GLOBALS.YES THEN

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
1701: RAISE FND_API.G_EXC_ERROR;
1702: END IF;
1703:
1704: END IF;

Line 1771: IF l_result = OE_PC_GLOBALS.YES THEN

1767: OE_Blanket_Line_Security.Entity(p_line_rec => p_line_rec,
1768: x_result => l_result,
1769: x_return_status => x_return_status);
1770:
1771: IF l_result = OE_PC_GLOBALS.YES THEN
1772: RAISE FND_API.G_EXC_ERROR;
1773: END IF;
1774:
1775: END IF;