DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_VENDORS_SV

Line 369: PO_VENDORS_SV.get_vendor_info (

365: p_token => g_progress,
366: p_message => 'Before calling get_vendor_info');
367: END IF;
368:
369: PO_VENDORS_SV.get_vendor_info (
370: X_vendor_id => g_cpa_csr.vendor_id,
371: X_ship_to_location_id => g_vendor_default_rec.ship_to_location_id,
372: X_bill_to_location_id => g_vendor_default_rec.bill_to_location_id,
373: X_ship_via_lookup_code => l_ship_via_lookup_code,

Line 469: po_vendors_sv.val_freight_carrier(

465:
466: -- Defaulting the ship_via_lookup_code
467: IF g_cpa_csr.ship_via_lookup_code IS NULL THEN
468: if l_vs_ship_via_lookup_code is not null then
469: po_vendors_sv.val_freight_carrier(
470: X_temp_ship_via => l_vs_ship_via_lookup_code,
471: X_org_id => g_params_rec.inventory_organization_id,
472: X_res_ship_via => g_cpa_csr.ship_via_lookup_code
473: );

Line 477: po_vendors_sv.val_freight_carrier(

473: );
474: end if;
475: IF g_cpa_csr.ship_via_lookup_code IS NULL THEN
476: if l_ship_via_lookup_code is not null then
477: po_vendors_sv.val_freight_carrier(
478: X_temp_ship_via => l_ship_via_lookup_code,
479: X_org_id => g_params_rec.inventory_organization_id,
480: X_res_ship_via => g_cpa_csr.ship_via_lookup_code
481: );

Line 492: po_vendors_sv.val_fob(

488:
489: -- Defaulting the fob_lookup_code
490: IF g_cpa_csr.fob_lookup_code IS NULL THEN
491: if l_vs_fob_lookup_code is not null then
492: po_vendors_sv.val_fob(
493: X_temp_fob_lookup_code => l_vs_fob_lookup_code,
494: X_res_fob => g_cpa_csr.fob_lookup_code
495: );
496: end if;

Line 499: po_vendors_sv.val_fob(

495: );
496: end if;
497: IF g_cpa_csr.fob_lookup_code IS NULL THEN
498: if l_fob_lookup_code is not null then
499: po_vendors_sv.val_fob(
500: X_temp_fob_lookup_code => l_fob_lookup_code,
501: X_res_fob => g_cpa_csr.fob_lookup_code
502: );
503: end if;

Line 518: po_vendors_sv.val_freight_terms(

514:
515: -- Defaulting the freight_terms_lookup_code
516: IF g_cpa_csr.freight_terms_lookup_code IS NULL THEN
517: if l_vs_freight_lookup_code is not null then
518: po_vendors_sv.val_freight_terms(
519: X_temp_freight_terms => l_vs_freight_lookup_code,
520: X_res_freight_terms => g_cpa_csr.freight_terms_lookup_code
521: );
522: end if;

Line 525: po_vendors_sv.val_freight_terms(

521: );
522: end if;
523: IF g_cpa_csr.freight_terms_lookup_code IS NULL THEN
524: if l_freight_lookup_code is not null then
525: po_vendors_sv.val_freight_terms(
526: X_temp_freight_terms => l_freight_lookup_code,
527: X_res_freight_terms => g_cpa_csr.freight_terms_lookup_code
528: );
529: end if;