DBA Data[Home] [Help]

APPS.BOM_VAL_TO_ID dependencies on PO_VENDORS

Line 1146: from po_vendors

1142: BEGIN
1143:
1144: select vendor_id
1145: into l_id
1146: from po_vendors
1147: where vendor_name = p_Vendor_Name
1148: and enabled_flag = 'Y'
1149: and sysdate between nvl(start_date_active,sysdate-1) AND nvl(end_date_active,sysdate+1);
1150: