DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on PO_GA_PVT

Line 421: l_is_global_agreement := PO_GA_PVT.is_global_agreement(X_po_header_id);

417: WHERE po_line_id = X_po_line_id
418: AND shipment_type in ('STANDARD', 'PLANNED');
419:
420: X_Progress := '030';
421: l_is_global_agreement := PO_GA_PVT.is_global_agreement(X_po_header_id);
422:
423: X_Progress := '040';
424: if X_type_lookup_code in ('BLANKET', 'PLANNED') then
425: /* Get the corresponding release information .

Line 506: l_current_org_id := PO_GA_PVT.get_current_org;

502: where po_line_id = X_po_line_id;
503:
504: --
505: X_Progress := '110';
506: l_current_org_id := PO_GA_PVT.get_current_org;
507: X_Progress := '120';
508: l_retroactive_update := PO_RETROACTIVE_PRICING_PVT.Get_Retro_Mode;
509: -- Bug 3565522 : get the archive mode
510: X_Progress := '130';