DBA Data[Home] [Help]

APPS.EGO_ITEM_PUB dependencies on INV_EGO_REVISION_VALIDATE

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

1520:
1521: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;
1522: EGO_Item_PVT.G_Revision_Tbl := l_Revision_Tbl;
1523:
1524: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NVL(p_process_control,'PLM_UI:Y'));--Bug:3777954
1525:
1526: EGO_Item_PVT.Process_Items (
1527: p_commit => p_commit
1528: ,x_return_status => x_return_status

Line 1533: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NULL);

1529: ,x_msg_count => x_msg_count);
1530:
1531: x_msg_data := FND_MESSAGE.get; --Retrieving error message in the case of p_process_control = "Interface_Handler"
1532:
1533: INV_EGO_REVISION_VALIDATE.Set_Process_Control(NULL);
1534:
1535: l_item_created_tbl := EGO_Item_PVT.G_Item_Tbl;
1536:
1537: IF x_return_status = FND_API.G_RET_STS_SUCCESS AND l_item_tbl(indx).process_item_record = 1 THEN

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

4486: -- Set business object identifier in the System Information record
4487: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4488:
4489:
4490: INV_EGO_REVISION_VALIDATE.Set_Process_Control('EGO_ITEM_BULKLOAD');
4491: INV_ITEM_CATALOG_ELEM_PUB.Process_item_descr_elements
4492: (
4493: p_api_version => p_api_version
4494: , p_init_msg_list => p_init_msg_list

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

4501: , x_return_status => x_return_status
4502: , x_msg_count => x_msg_count
4503: , x_msg_data => x_msg_data
4504: );
4505: INV_EGO_REVISION_VALIDATE.Set_Process_Control('NULL');
4506:
4507: EXCEPTION
4508: WHEN others THEN
4509: l_err_text := SUBSTRB(SQLERRM, 1,240);

Line 4559: IF INV_EGO_REVISION_VALIDATE.check_data_security(

4555:
4556: -- Set business object identifier in the System Information record
4557: Error_Handler.Set_BO_Identifier ( p_bo_identifier => G_BO_Identifier );
4558:
4559: IF INV_EGO_REVISION_VALIDATE.check_data_security(
4560: p_function => 'EGO_EDIT_ITEM'
4561: ,p_object_name => 'EGO_ITEM'
4562: ,p_instance_pk1_value => p_inventory_item_id
4563: ,p_instance_pk2_value => p_organization_id