DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 3636: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');

3632: ( g_pkg_name
3633: || '.'
3634: || l_api_name
3635: || ':'
3636: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');
3637: END IF;
3638: inv_quantity_tree_pub.clear_quantity_cache;
3639: END IF;
3640:

Line 3638: inv_quantity_tree_pub.clear_quantity_cache;

3634: || l_api_name
3635: || ':'
3636: || 'Calling inv_quantity_tree_pub.clear_quantity_cache. p_table is MMTT');
3637: END IF;
3638: inv_quantity_tree_pub.clear_quantity_cache;
3639: END IF;
3640:
3641: IF (NVL (g_debug, 0) = gme_debug.g_log_statement) THEN
3642: gme_debug.put_line

Line 3862: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');

3858: ( g_pkg_name
3859: || '.'
3860: || l_api_name
3861: || ':'
3862: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');
3863: END IF;
3864:
3865: inv_quantity_tree_pub.clear_quantity_cache;
3866: END IF;

Line 3865: inv_quantity_tree_pub.clear_quantity_cache;

3861: || ':'
3862: || 'Calling Inv_Quantity_Tree_Pub.clear_quantity_cache');
3863: END IF;
3864:
3865: inv_quantity_tree_pub.clear_quantity_cache;
3866: END IF;
3867:
3868: gme_common_pvt.reset_txn_hdr_tbl; -- nsinghi bug#5176319
3869:

Line 4000: || 'Calling Inv_Quantity_Tree_Pub.Query_Quantities');

3996: gme_debug.put_line ( g_pkg_name
3997: || '.'
3998: || l_api_name
3999: || ':'
4000: || 'Calling Inv_Quantity_Tree_Pub.Query_Quantities');
4001: gme_debug.put_line ( g_pkg_name
4002: || '.'
4003: || l_api_name
4004: || ':'

Line 4058: inv_quantity_tree_pub.query_quantities

4054: || TO_CHAR (p_lot_expiration_date
4055: ,'MM/DD/YYYY HH24:MI:SS') );
4056: END IF;
4057:
4058: inv_quantity_tree_pub.query_quantities
4059: (p_api_version_number => p_api_version_number
4060: ,p_init_msg_lst => p_init_msg_lst
4061: ,x_return_status => x_return_status
4062: ,x_msg_count => x_msg_count

Line 4234: || 'Calling Inv_Quantity_Tree_Pub.Update_Quantities');

4230: ( g_pkg_name
4231: || '.'
4232: || l_api_name
4233: || ':'
4234: || 'Calling Inv_Quantity_Tree_Pub.Update_Quantities');
4235: gme_debug.put_line ( g_pkg_name
4236: || '.'
4237: || l_api_name
4238: || ':'

Line 4310: inv_quantity_tree_pub.update_quantities

4306: || 'Secondary Quantity = '
4307: || p_secondary_quantity);
4308: END IF;
4309:
4310: inv_quantity_tree_pub.update_quantities
4311: (p_api_version_number => p_api_version_number
4312: ,p_init_msg_lst => p_init_msg_lst
4313: ,x_return_status => x_return_status
4314: ,x_msg_count => x_msg_count