DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on PO_RELEASES_ALL

Line 4888: from po_releases_all

4884: l_stmt_num :=187;
4885: If (c_pda_rec.type_lookup_code = 'BLANKET') then
4886: select approved_date
4887: into l_approved_date
4888: from po_releases_all
4889: where po_release_id = c_pda_rec.po_release_id;
4890: Else
4891: l_approved_date := c_pda_rec.category_date;
4892: End if;

Line 9337: from po_releases_all

9333:
9334: If (l_po_release_id <> -1) then
9335: select approved_date
9336: into l_approved_date
9337: from po_releases_all
9338: where po_release_id = l_po_release_id;
9339: Else
9340: l_api_message := 'No po_release_id exist for transaction ID: ' || TO_CHAR(p_txn_id);
9341: l_api_message := l_api_message || ' wip_cost_txn_interface ';