DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GMI_RESERVATION_UTIL

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

1016:
1017: gme_debug.put_line('Exiting copy_attachments procedure without any errors');
1018: EXCEPTION
1019: WHEN OTHERS THEN
1020: GMI_RESERVATION_UTIL.Println('In others exception in copy_attachments');
1021: x_return_status := FND_API.G_RET_STS_ERROR;
1022: END Copy_attachments;
1023:
1024: FUNCTION line_qualifies_for_MTO (

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

1164: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' site_use_id '||p_mto_assignments_rec.site_use_id);
1165: END IF;
1166: x_return_status := FND_API.G_RET_STS_SUCCESS;
1167: /* get the most suitable rule first */
1168: GMI_reservation_Util.PrintLn('IN check Rule');
1169: Open get_assignment;
1170: Fetch get_assignment
1171: Into l_mto_assignments_rec.site_use_id
1172: , l_mto_assignments_rec.customer_id