DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on PO_RELEASES_ALL

Line 4565: FROM Po_Releases_All

4561: l_rel_num NUMBER := NULL;
4562:
4563: CURSOR rel_num_cur IS
4564: SELECT Release_Num
4565: FROM Po_Releases_All
4566: WHERE Po_Release_Id = po_rel_id;
4567:
4568: BEGIN
4569: IF ( po_rel_id is NOT Null) Then

Line 4591: From PO_RELEASES_ALL

4587: Where PO_HEADER_ID = po_hdr_id;
4588:
4589: CURSOR buyer2_cur IS
4590: Select AGENT_ID
4591: From PO_RELEASES_ALL
4592: Where PO_RELEASE_ID = po_rel_id;
4593:
4594: BEGIN
4595: IF (po_rel_id is NOT NULL) THEN