DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on PO_RELEASES_ALL

Line 4666: from po_releases_all

4662: l_stmt_num :=187;
4663: If (c_pda_rec.type_lookup_code = 'BLANKET') then
4664: select approved_date
4665: into l_approved_date
4666: from po_releases_all
4667: where po_release_id = c_pda_rec.po_release_id;
4668: Else
4669: l_approved_date := c_pda_rec.category_date;
4670: End if;

Line 8732: from po_releases_all

8728:
8729: If (l_po_release_id <> -1) then
8730: select approved_date
8731: into l_approved_date
8732: from po_releases_all
8733: where po_release_id = l_po_release_id;
8734: Else
8735: l_api_message := 'No po_release_id exist for transaction ID: ' || TO_CHAR(p_txn_id);
8736: l_api_message := l_api_message || ' wip_cost_txn_interface ';