DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GME_PARAMETERS

Line 255: FROM gme_parameters

251: IF ( p_order_type = 1) THEN
252: -- FPO
253: SELECT FPO_DOC_NUMBERING
254: INTO X_assignment_type
255: FROM gme_parameters
256: WHERE organization_id = get_data_rec.organization_id ;
257:
258: v_batch_type := 10 ;
259: FND_FILE.PUT_LINE ( FND_FILE.LOG,'Implementing FPOs ');

Line 264: FROM gme_parameters

260: ELSE
261: -- Batch
262: SELECT BATCH_DOC_NUMBERING
263: INTO X_assignment_type
264: FROM gme_parameters
265: WHERE organization_id = get_data_rec.organization_id ;
266:
267: v_batch_type := 0 ;
268: FND_FILE.PUT_LINE ( FND_FILE.LOG,'Implementing Batches ');