DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 1695: gme_update_step_qty_pvt.update_resources (p_batch_hdr_rec => l_batch_hdr,

1691: RAISE fnd_api.g_exc_unexpected_error;
1692: END IF;
1693: END IF;
1694:
1695: gme_update_step_qty_pvt.update_resources (p_batch_hdr_rec => l_batch_hdr,
1696: p_batch_step_rec => l_step_dtl,
1697: p_batchstep_activities_rec => l_batchstep_activity_rec,
1698: x_return_status => x_return_status
1699: );

Line 1707: || 'after call to GME_UPDATE_STEP_QTY_PVT.update_resources return status is '

1703: gme_debug.put_line ( g_pkg_name
1704: || '.'
1705: || l_api_name
1706: || ':'
1707: || 'after call to GME_UPDATE_STEP_QTY_PVT.update_resources return status is '
1708: || x_return_status
1709: );
1710: END IF;
1711: