DBA Data[Home] [Help]

APPS.EGO_ITEM_PUB dependencies on INV_EGO_REVISION_VALIDATE

Line 193: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API'); -- Bug 9852661

189: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;
190:
191: /* Below code is added as the process_items is not used in HTML/EXCEL etc,
192: so madating this to be API flow only */
193: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API'); -- Bug 9852661
194:
195: -- Call the Private API to process items table.
196: /* Below code is added as the process_items is not used in HTML/EXCEL etc,
197: so madating this to be API flow only */

Line 198: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API'); -- Bug 12669090

194:
195: -- Call the Private API to process items table.
196: /* Below code is added as the process_items is not used in HTML/EXCEL etc,
197: so madating this to be API flow only */
198: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API'); -- Bug 12669090
199: EGO_Item_PVT.Process_Items (
200: p_commit => p_commit
201: ,x_return_status => l_return_status
202: ,x_msg_count => x_msg_count );

Line 1582: /* Added to fix Bug#8434681 : Variable G_Process_Control_HTML_API in package INV_EGO_REVISION_VALIDATE is set to API to apply template

1578:
1579: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;
1580: EGO_Item_PVT.G_Revision_Tbl := l_Revision_Tbl;
1581:
1582: /* Added to fix Bug#8434681 : Variable G_Process_Control_HTML_API in package INV_EGO_REVISION_VALIDATE is set to API to apply template
1583: when this procedure is being called from the following paths: 1. open API, 2. excel import, 3. concurrent request (item batch import)
1584: This variable also prevents the application of the template if the code is being called from HTML pages since template is already pre-applied there*/
1585:
1586: IF p_process_control IS NULL

Line 1588: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API');

1584: This variable also prevents the application of the template if the code is being called from HTML pages since template is already pre-applied there*/
1585:
1586: IF p_process_control IS NULL
1587: THEN
1588: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API');
1589: -- Bug 9092888 - Changes
1590: ELSE
1591: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API(p_process_control);
1592: -- Bug 9092888 - Changes

Line 1591: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API(p_process_control);

1587: THEN
1588: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('API');
1589: -- Bug 9092888 - Changes
1590: ELSE
1591: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API(p_process_control);
1592: -- Bug 9092888 - Changes
1593: END IF;
1594:
1595: --EMTAPIA: This statement is forcing the code path flow as if the code was always called from

Line 1599: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NVL(p_process_control,'PLM_UI:Y'));--Bug:3777954

1595: --EMTAPIA: This statement is forcing the code path flow as if the code was always called from
1596: --the HTML pages.
1597:
1598:
1599: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NVL(p_process_control,'PLM_UI:Y'));--Bug:3777954
1600:
1601: EGO_Item_PVT.Process_Items (
1602: p_commit => p_commit
1603: ,x_return_status => x_return_status

Line 1608: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NULL);

1604: ,x_msg_count => x_msg_count);
1605:
1606: x_msg_data := FND_MESSAGE.get; --Retrieving error message in the case of p_process_control = "Interface_Handler"
1607:
1608: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NULL);
1609:
1610: l_item_created_tbl := EGO_Item_PVT.G_Item_Tbl;
1611:
1612: IF x_return_status = FND_API.G_RET_STS_SUCCESS AND l_item_tbl(indx).process_item_record = 1 THEN

Line 4739: INV_EGO_REVISION_VALIDATE.Set_Process_Control('EGO_ITEM_BULKLOAD');

4735: -- Set business object identifier in the System Information record
4736: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4737:
4738:
4739: INV_EGO_REVISION_VALIDATE.Set_Process_Control('EGO_ITEM_BULKLOAD');
4740: INV_ITEM_CATALOG_ELEM_PUB.Process_item_descr_elements
4741: (
4742: p_api_version => p_api_version
4743: , p_init_msg_list => p_init_msg_list

Line 4754: INV_EGO_REVISION_VALIDATE.Set_Process_Control('NULL');

4750: , x_return_status => x_return_status
4751: , x_msg_count => x_msg_count
4752: , x_msg_data => x_msg_data
4753: );
4754: INV_EGO_REVISION_VALIDATE.Set_Process_Control('NULL');
4755:
4756: EXCEPTION
4757: WHEN others THEN
4758: l_err_text := SUBSTRB(SQLERRM, 1,240);

Line 4809: IF INV_EGO_REVISION_VALIDATE.check_data_security(

4805:
4806: -- Set business object identifier in the System Information record
4807: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4808:
4809: IF INV_EGO_REVISION_VALIDATE.check_data_security(
4810: p_function => 'EGO_EDIT_ITEM'
4811: ,p_object_name => 'EGO_ITEM'
4812: ,p_instance_pk1_value => p_inventory_item_id
4813: ,p_instance_pk2_value => p_organization_id