DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GMI_RESERVATION_UTIL

Line 1124: GMI_RESERVATION_UTIL.Println('In others exception in copy_attachments');

1120:
1121: gme_debug.put_line('Exiting copy_attachments procedure without any errors');
1122: EXCEPTION
1123: WHEN OTHERS THEN
1124: GMI_RESERVATION_UTIL.Println('In others exception in copy_attachments');
1125: x_return_status := FND_API.G_RET_STS_ERROR;
1126: END Copy_attachments;
1127:
1128: FUNCTION line_qualifies_for_MTO (

Line 1272: GMI_reservation_Util.PrintLn('IN check Rule');

1268: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' site_use_id '||p_mto_assignments_rec.site_use_id);
1269: END IF;
1270: x_return_status := FND_API.G_RET_STS_SUCCESS;
1271: /* get the most suitable rule first */
1272: GMI_reservation_Util.PrintLn('IN check Rule');
1273: Open get_assignment;
1274: Fetch get_assignment
1275: Into l_mto_assignments_rec.site_use_id
1276: , l_mto_assignments_rec.customer_id