DBA Data[Home] [Help]

APPS.AMS_APPROVAL_SUBMIT_PVT dependencies on OZF_FUNDS_PVT

Line 389: l_fund_rec Ozf_Funds_Pvt.fund_rec_type;

385: END;
386: ELSIF p_object_type = 'FUND' THEN -- RFRQ
387:
388: DECLARE
389: l_fund_rec Ozf_Funds_Pvt.fund_rec_type;
390: BEGIN
391:
392: Ozf_Funds_Pvt.init_fund_rec(l_fund_rec);
393:

Line 392: Ozf_Funds_Pvt.init_fund_rec(l_fund_rec);

388: DECLARE
389: l_fund_rec Ozf_Funds_Pvt.fund_rec_type;
390: BEGIN
391:
392: Ozf_Funds_Pvt.init_fund_rec(l_fund_rec);
393:
394: l_fund_rec.fund_id := p_object_id;
395: l_fund_rec.object_version_number := l_version_number;
396: l_fund_rec.user_status_id := p_new_status_id;

Line 401: Ozf_Funds_Pvt.update_fund(

397: l_fund_rec.status_code :=
398: ams_utility_pvt.get_system_status_code(p_new_status_id);
399:
400: -- Main call out
401: Ozf_Funds_Pvt.update_fund(
402: p_api_version => p_api_version,
403: p_init_msg_list => p_init_msg_list,
404: p_commit => p_commit,
405: p_validation_level => p_validation_level,