DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on PO_VENDORS

Line 2892: po_vendors pv,

2888: FROM
2889: inl_ship_lines_all sl,
2890: po_headers_all ph,
2891: po_line_locations_all pll,
2892: po_vendors pv,
2893: po_vendor_sites_all pvs,
2894: hz_party_sites hps
2895: WHERE
2896: ph.po_header_id = pll.po_header_id

Line 2925: po_vendors pv,

2921: FROM
2922: inl_ship_lines_all sl,
2923: po_headers_all ph,
2924: po_line_locations_all pll,
2925: po_vendors pv,
2926: po_vendor_sites_all pvs,
2927: hz_party_sites hps
2928: WHERE
2929: ph.po_header_id = pll.po_header_id

Line 3145: p_debug_info => 'Calling po_vendors_sv.validate_vendor_info') ;

3141:
3142: INL_LOGGING_PVT.Log_Statement (
3143: p_module_name => g_module_name,
3144: p_procedure_name => l_program_name,
3145: p_debug_info => 'Calling po_vendors_sv.validate_vendor_info') ;
3146:
3147: po_vendors_sv.validate_vendor_info(l_vendor_record);
3148:
3149: INL_LOGGING_PVT.Log_Variable (

Line 3147: po_vendors_sv.validate_vendor_info(l_vendor_record);

3143: p_module_name => g_module_name,
3144: p_procedure_name => l_program_name,
3145: p_debug_info => 'Calling po_vendors_sv.validate_vendor_info') ;
3146:
3147: po_vendors_sv.validate_vendor_info(l_vendor_record);
3148:
3149: INL_LOGGING_PVT.Log_Variable (
3150: p_module_name => g_module_name,
3151: p_procedure_name => l_program_name,