DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on PO_TBL_NUMBER

Line 587: PARAMETERS: X_entity_id IN PO_TBL_NUMBER

583: at end to update its req pool flag if its whole strucure is eleigible to send it back to pool
584: requisition line.
585:
586:
587: PARAMETERS: X_entity_id IN PO_TBL_NUMBER
588: X_entity IN VARCHAR2
589:
590: DESIGN REFERENCES:
591:

Line 605: PROCEDURE update_req_for_linked_po_count(X_entity_id IN PO_TBL_NUMBER,

601: CLOSED ISSUES:
602:
603: CHANGE HISTORY: (13948625-Tracking bug for rewrite) mabaig 06/06/2012 Created
604: ===========================================================================*/
605: PROCEDURE update_req_for_linked_po_count(X_entity_id IN PO_TBL_NUMBER,
606: X_entity IN VARCHAR2);
607:
608:
609: /*===========================================================================