DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 1663: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,

1659:
1660: -- load temp table so that save_batch routine does resource txn consolidation
1661: IF l_batch_hdr.update_inventory_ind = 'Y'
1662: THEN
1663: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,
1664: x_rsc_row_count => l_rsrc_trans_count,
1665: x_return_status => x_return_status
1666: );
1667:

Line 1674: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '

1670: gme_debug.put_line ( g_pkg_name
1671: || '.'
1672: || l_api_name
1673: || ':'
1674: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '
1675: || x_return_status
1676: );
1677: END IF;
1678:

Line 1989: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,

1985: CLOSE cur_get_batch;
1986:
1987: IF l_batch_hdr.update_inventory_ind = 'Y'
1988: THEN
1989: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,
1990: x_rsc_row_count => l_rsrc_trans_count,
1991: x_return_status => x_return_status
1992: );
1993:

Line 2000: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '

1996: gme_debug.put_line ( g_pkg_name
1997: || '.'
1998: || l_api_name
1999: || ':'
2000: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '
2001: || x_return_status
2002: );
2003: END IF;
2004: