DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_TRANS_ENGINE_UTIL

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

1666:
1667: -- load temp table so that save_batch routine does resource txn consolidation
1668: IF l_batch_hdr.update_inventory_ind = 'Y'
1669: THEN
1670: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,
1671: x_rsc_row_count => l_rsrc_trans_count,
1672: x_return_status => x_return_status
1673: );
1674:

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

1677: gme_debug.put_line ( g_pkg_name
1678: || '.'
1679: || l_api_name
1680: || ':'
1681: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '
1682: || x_return_status
1683: );
1684: END IF;
1685:

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

1992: CLOSE cur_get_batch;
1993:
1994: IF l_batch_hdr.update_inventory_ind = 'Y'
1995: THEN
1996: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_hdr,
1997: x_rsc_row_count => l_rsrc_trans_count,
1998: x_return_status => x_return_status
1999: );
2000:

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

2003: gme_debug.put_line ( g_pkg_name
2004: || '.'
2005: || l_api_name
2006: || ':'
2007: || 'after call to GME_TRANS_ENGINE_UTIL.load_rsrc_trans return status is '
2008: || x_return_status
2009: );
2010: END IF;
2011: