DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on STANDARD

Line 2758: -- Standard begin of API savepoint

2754: FROM dpp_txn_headers_int_all dthia
2755: WHERE dthia.transaction_int_header_id = p_transaction_int_header_id;
2756:
2757: BEGIN
2758: -- Standard begin of API savepoint
2759: SAVEPOINT DPP_Insert_Transaction;
2760: IF Fnd_Api.to_boolean(p_init_msg_list) THEN
2761: Fnd_Msg_Pub.initialize;
2762: END IF;

Line 4766: -- Standard begin of API savepoint

4762: AND mo_global.check_access(hr.organization_id) = 'Y'
4763: ORDER BY transaction_int_header_id;
4764:
4765: BEGIN
4766: -- Standard begin of API savepoint
4767: SAVEPOINT dpp_create_txn;
4768: -- Initialize API return status to sucess
4769: retcode := 0;
4770: ------------------------------------------