DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 330: from mtl_material_transactions_temp

326: IF (g_debug <= gme_debug.g_log_statement) THEN
327: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'after validate transactions:'|| l_ret);
328: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'x_trans_count:'|| l_txn_count);
329: select count(*) into l_cnt_temp
330: from mtl_material_transactions_temp
331: where transaction_header_id= gme_common_pvt.g_transaction_header_id;
332: gme_debug.put_line(g_pkg_name|| '.'|| l_api_name|| ':'|| 'count from temp table:'|| l_cnt_temp);
333: END IF;
334: IF l_ret < 0 THEN

Line 3610: FROM mtl_material_transactions_temp

3606:
3607: CURSOR get_error_temp
3608: IS
3609: SELECT ERROR_CODE, error_explanation
3610: FROM mtl_material_transactions_temp
3611: WHERE transaction_header_id =
3612: gme_common_pvt.g_transaction_header_id;
3613:
3614: l_api_name CONSTANT VARCHAR2 (30) := 'PROCESS_TRANSACTIONS';