DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 1458: select fa_transaction_headers_s.nextval

1454: l_asset_retire_rec.cost_of_removal := 0;
1455: end if;
1456:
1457: -- Pop the transaction_header_id for the RETIREMENT row
1458: select fa_transaction_headers_s.nextval
1459: into l_trans_rec.transaction_header_id
1460: from dual;
1461:
1462: /* Bug# 4370014: Direct fetch for THID, RETID */

Line 1828: SELECT fa_transaction_headers_s.nextval

1824:
1825: -- Due lue that came in in l_trans_to 3188851, need to insert CR row for members before calling dist api.
1826:
1827: --Need this for selection_thid
1828: SELECT fa_transaction_headers_s.nextval
1829: into l_dist_trans_rec.transaction_header_id /* 3513319 */
1830: FROM dual;
1831:
1832: if (l_asset_fin_rec.group_asset_id is not null) and

Line 4794: select fa_transaction_headers_s.nextval

4790:
4791: end if; -- date_retired
4792:
4793: -- Pop the transaction_header_id for the REINSTATEMENT row
4794: select fa_transaction_headers_s.nextval
4795: into l_trans_rec.transaction_header_id
4796: from dual;
4797:
4798: -- SLA UPTAKE