DBA Data[Home] [Help]

APPS.GML_SYNCH_BPOS dependencies on GML_PO_SYNCH

Line 250: | 06/NOV/98 Tony Ricci removed call to GML_PO_SYNCH. |

246: | MODIFICATION HISTORY |
247: | |
248: | 26-OCT-97 R Chellam Created |
249: | 20-NOV-97 R Chellam Modified to deal only with PPOs |
250: | 06/NOV/98 Tony Ricci removed call to GML_PO_SYNCH. |
251: | cpg_conv_duom and replaced with |
252: | GMICUOM.icuomcv which is the OPM |
253: | standard uom conversion |
254: | 28-JAN-99 T.Ricci check dualum_ind before calling |

Line 374: IF GML_PO_SYNCH.gemms_validate

370: FETCH int_cur INTO int_rec;
371:
372: WHILE int_cur%FOUND
373: LOOP
374: IF GML_PO_SYNCH.gemms_validate
375: (int_rec.orgn_code,
376: int_rec.of_payvend_site_id,
377: int_rec.of_shipvend_site_id,
378: int_rec.to_whse,

Line 611: GML_PO_SYNCH.next_line_id('BPO', v_new_line_id, v_next_id_status);

607: ( int_rec.po_header_id,
608: int_rec.po_line_id,
609: int_rec.po_line_location_id) THEN
610:
611: GML_PO_SYNCH.next_line_id('BPO', v_new_line_id, v_next_id_status);
612: IF v_next_id_status=FALSE THEN
613: FND_FILE.NEW_LINE(FND_FILE.LOG, 1 );
614: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error getting next line_id');
615: FND_FILE.NEW_LINE(FND_FILE.LOG, 1 );