DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GME_PARAMETERS

Line 274: FROM gme_parameters

270: IF ( p_order_type = 1) THEN
271: -- FPO
272: SELECT FPO_DOC_NUMBERING
273: INTO X_assignment_type
274: FROM gme_parameters
275: WHERE organization_id = get_data_rec.organization_id ;
276:
277: v_batch_type := 10 ;
278: FND_FILE.PUT_LINE ( FND_FILE.LOG,'Implementing FPOs ');

Line 283: FROM gme_parameters

279: ELSE
280: -- Batch
281: SELECT BATCH_DOC_NUMBERING
282: INTO X_assignment_type
283: FROM gme_parameters
284: WHERE organization_id = get_data_rec.organization_id ;
285:
286: v_batch_type := 0 ;
287: FND_FILE.PUT_LINE ( FND_FILE.LOG,'Implementing Batches ');

Line 601: FROM gme_parameters

597: /* B8290677 consider Fixed Process_loss */
598: -- Autorelease consider it only when user will set the parameter to 'all batches'
599: SELECT fixed_process_loss_ind
600: INTO l_fixed_process_loss_ind
601: FROM gme_parameters
602: WHERE organization_id = p_organization_id ;
603:
604: IF l_fixed_process_loss_ind = 1 THEN
605: l_gme_batch_header.fixed_process_loss_applied := 'N' ;