DBA Data[Home] [Help]

APPS.BOM_VAL_TO_ID dependencies on PO_VENDORS

Line 1121: from po_vendors

1117: BEGIN
1118:
1119: select vendor_id
1120: into l_id
1121: from po_vendors
1122: where vendor_name = p_Vendor_Name
1123: and enabled_flag = 'Y'
1124: and sysdate between nvl(start_date_active,sysdate-1) AND nvl(end_date_active,sysdate+1);
1125: