DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on PO_VENDORS

Line 1704: Po_Vendors

1700: Cursor c_Supplier (P_Id IN Number) Is
1701: Select
1702: 'Y'
1703: From
1704: Po_Vendors
1705: Where
1706: Vendor_Id = P_Id;
1707:
1708: --Commented for Bug 3780201