DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on STANDARD

Line 2969: -- Standard begin of API savepoint

2965: FROM dpp_txn_headers_int_all dthia
2966: WHERE dthia.transaction_int_header_id = p_transaction_int_header_id;
2967:
2968: BEGIN
2969: -- Standard begin of API savepoint
2970: SAVEPOINT DPP_Insert_Transaction;
2971: IF Fnd_Api.to_boolean(p_init_msg_list) THEN
2972: Fnd_Msg_Pub.initialize;
2973: END IF;

Line 5053: -- Standard begin of API savepoint

5049: AND mo_global.check_access(hr.organization_id) = 'Y'
5050: ORDER BY transaction_int_header_id;
5051:
5052: BEGIN
5053: -- Standard begin of API savepoint
5054: SAVEPOINT dpp_create_txn;
5055: -- Initialize API return status to sucess
5056: retcode := 0;
5057: ------------------------------------------