DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on PO_NOTES

Line 1162: po_notes pon,

1158:
1159: SELECT COUNT(pon.po_note_id)
1160: INTO x_note_count
1161: FROM po_note_references ponr,
1162: po_notes pon,
1163: po_usage_attributes poua
1164: WHERE ponr.po_note_id = pon.po_note_id
1165: AND pon.usage_id = poua.usage_id
1166: AND poua.note_attribute = x_note_attribute