DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_FUNDS_ALL_TL

Line 6531: -- 19-JAN-2011 nirprasa ozf_funds_all_tl and ozf_mc_transactions_all table will also be updated

6527: --
6528: -- HISTORY
6529: -- 30-OCT-2009 muthsubr Created for the bug#8867381.
6530: -- 29-NOV-2010 muthsubr For TPA Parallel Execution ER Bug#9614703.
6531: -- 19-JAN-2011 nirprasa ozf_funds_all_tl and ozf_mc_transactions_all table will also be updated
6532: -- along with rollup budget.
6533: --======================================================================
6534: PROCEDURE update_main_tables (x_errbuf OUT NOCOPY VARCHAR2,
6535: x_retcode OUT NOCOPY NUMBER,

Line 6920: UPDATE ozf_funds_all_tl

6916: OBJECT_VERSION_NUMBER = OBJECT_VERSION_NUMBER + 1
6917: WHERE FUND_ID = funds_int_rec.fund_id;
6918:
6919: -- Updating the fund tl tables.
6920: UPDATE ozf_funds_all_tl
6921: SET last_update_date = SYSDATE
6922: ,last_updated_by = NVL(fnd_global.user_id, -1)
6923: ,last_update_login = NVL(fnd_global.conc_login_id, -1)
6924: ,request_id = fnd_global.conc_request_id

Line 7408: UPDATE ozf_funds_all_tl

7404: OBJECT_VERSION_NUMBER = OBJECT_VERSION_NUMBER + 1
7405: WHERE FUND_ID = funds_int_rec2.FUND_ID;
7406:
7407: -- Updating the fund tl tables.
7408: UPDATE ozf_funds_all_tl
7409: SET last_update_date = SYSDATE
7410: ,last_updated_by = NVL(fnd_global.user_id, -1)
7411: ,last_update_login = NVL(fnd_global.conc_login_id, -1)
7412: ,request_id = fnd_global.conc_request_id