DBA Data[Home] [Help]

APPS.EGO_UI_ITEM_PUB dependencies on EGO_ITEM_PVT

Line 3116: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;

3112: -- l_item_tbl(indx).last_update_login := p_last_update_login;
3113:
3114: developer_debug (' ISS: table created for PRE IOI Processing ');
3115:
3116: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;
3117: -----------------------------------------------------------------------------
3118: -- Call the Private API to process items table.
3119: -----------------------------------------------------------------------------
3120: developer_debug (' ISS: calling EGO_ITEM_PVT.Process_Items ');

Line 3120: developer_debug (' ISS: calling EGO_ITEM_PVT.Process_Items ');

3116: EGO_Item_PVT.G_Item_Tbl := l_item_tbl;
3117: -----------------------------------------------------------------------------
3118: -- Call the Private API to process items table.
3119: -----------------------------------------------------------------------------
3120: developer_debug (' ISS: calling EGO_ITEM_PVT.Process_Items ');
3121: EGO_Item_PVT.Process_Items (
3122: p_commit => p_commit
3123: ,x_return_status => x_return_status
3124: ,x_msg_count => x_msg_count);

Line 3121: EGO_Item_PVT.Process_Items (

3117: -----------------------------------------------------------------------------
3118: -- Call the Private API to process items table.
3119: -----------------------------------------------------------------------------
3120: developer_debug (' ISS: calling EGO_ITEM_PVT.Process_Items ');
3121: EGO_Item_PVT.Process_Items (
3122: p_commit => p_commit
3123: ,x_return_status => x_return_status
3124: ,x_msg_count => x_msg_count);
3125: developer_debug (' ISS: returned from EGO_ITEM_PVT.Process_Items -> ' || x_return_status);

Line 3125: developer_debug (' ISS: returned from EGO_ITEM_PVT.Process_Items -> ' || x_return_status);

3121: EGO_Item_PVT.Process_Items (
3122: p_commit => p_commit
3123: ,x_return_status => x_return_status
3124: ,x_msg_count => x_msg_count);
3125: developer_debug (' ISS: returned from EGO_ITEM_PVT.Process_Items -> ' || x_return_status);
3126: -----------------------------------------------------------------------------
3127: -- Return items data from the re-populated global table
3128: -----------------------------------------------------------------------------
3129: l_item_created_tbl := EGO_Item_PVT.G_Item_Tbl;

Line 3129: l_item_created_tbl := EGO_Item_PVT.G_Item_Tbl;

3125: developer_debug (' ISS: returned from EGO_ITEM_PVT.Process_Items -> ' || x_return_status);
3126: -----------------------------------------------------------------------------
3127: -- Return items data from the re-populated global table
3128: -----------------------------------------------------------------------------
3129: l_item_created_tbl := EGO_Item_PVT.G_Item_Tbl;
3130: developer_debug (' ISS: copied the item to created table ');
3131:
3132: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
3133: -- item created successfully

Line 3216: -- messages already logged by EGO_ITEM_PVT

3212: ,p_organization_id => x_organization_id
3213: ,p_approval_status => p_approval_status
3214: );
3215: ELSE
3216: -- messages already logged by EGO_ITEM_PVT
3217: RETURN;
3218: END IF; -- x_return_status = FND_API.G_RET_STS_SUCCESS from IOI
3219:
3220: ELSIF p_transaction_type = G_COPY_TRANSACTION_TYPE THEN