DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on PO_NOTE_REFERENCES

Line 1161: FROM po_note_references ponr,

1157: x_progress := 10;
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