DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on PO_VENDORS

Line 1661: Po_Vendors

1657: Cursor c_Supplier (P_Id IN Number) Is
1658: Select
1659: 'Y'
1660: From
1661: Po_Vendors
1662: Where
1663: Vendor_Id = P_Id;
1664:
1665: --Commented for Bug 3780201