DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

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

1684: RAISE fnd_api.g_exc_unexpected_error;
1685: END IF;
1686: END IF;
1687:
1688: gme_update_step_qty_pvt.update_resources (p_batch_hdr_rec => l_batch_hdr,
1689: p_batch_step_rec => l_step_dtl,
1690: p_batchstep_activities_rec => l_batchstep_activity_rec,
1691: x_return_status => x_return_status
1692: );

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

1696: gme_debug.put_line ( g_pkg_name
1697: || '.'
1698: || l_api_name
1699: || ':'
1700: || 'after call to GME_UPDATE_STEP_QTY_PVT.update_resources return status is '
1701: || x_return_status
1702: );
1703: END IF;
1704: