DBA Data[Home] [Help]

APPS.OZF_FUNDRULES_PVT dependencies on OZF_ACTBUDGETS_PVT

Line 817: l_act_budgets_rec_type ozf_actbudgets_pvt.act_budgets_rec_type;

813: l_error_location NUMBER;
814: --l_error_entity VARCHAR2(200);
815: --l_error_source VARCHAR2(10);
816: l_api_version CONSTANT NUMBER := 1.0;
817: l_act_budgets_rec_type ozf_actbudgets_pvt.act_budgets_rec_type;
818: l_act_budget_id NUMBER;
819: i NUMBER := 1;
820: j NUMBER := 1;
821: l_status_type VARCHAR(30) := 'OZF_OFFER_STATUS';

Line 919: ozf_actbudgets_pvt.create_act_budgets(

915: l_act_budgets_rec_type.approved_in_currency := p_fund_rec.currency_code_tc;
916: l_act_budgets_rec_type.approval_date := SYSDATE;
917: l_act_budgets_rec_type.approver_id := p_fund_rec.owner;
918: l_act_budgets_rec_type.requester_id := p_fund_rec.owner;
919: ozf_actbudgets_pvt.create_act_budgets(
920: p_api_version=> l_api_version,
921: x_return_status=> l_return_status,
922: x_msg_count=> x_msg_count,
923: x_msg_data=> x_msg_data,

Line 925: p_act_util_rec=> ozf_actbudgets_pvt.g_miss_act_util_rec,

921: x_return_status=> l_return_status,
922: x_msg_count=> x_msg_count,
923: x_msg_data=> x_msg_data,
924: p_act_budgets_rec=> l_act_budgets_rec_type,
925: p_act_util_rec=> ozf_actbudgets_pvt.g_miss_act_util_rec,
926: x_act_budget_id=> l_act_budget_id,
927: p_approval_flag=> fnd_api.g_true);
928:
929: -- dbms_output.put_line('fundrules: create_act_budget returns ' || l_return_status);

Line 1332: l_act_budget_rec ozf_actbudgets_pvt.act_budgets_rec_type;

1328: l_api_name;
1329: l_return_status VARCHAR2(1);
1330: l_msg_count NUMBER;
1331: l_msg_data VARCHAR2(2000);
1332: l_act_budget_rec ozf_actbudgets_pvt.act_budgets_rec_type;
1333: l_act_budget_id NUMBER;
1334: BEGIN
1335: -- If the fund_status is changing from 'DRAFT to 'ACTIVE', we need to create a record in the
1336: -- FUND_REQUESTS table for the holdback amount.

Line 1362: ozf_actbudgets_pvt.create_act_budgets(

1358: l_act_budget_rec.approved_in_currency := p_fund_rec.currency_code_tc;
1359: l_act_budget_rec.adjusted_flag := 'N';
1360: --l_act_budget_rec.date_required_by := p_needbydate;
1361: -- Create_transfer record
1362: ozf_actbudgets_pvt.create_act_budgets(
1363: p_api_version=> l_api_version,
1364: x_return_status=> l_return_status,
1365: x_msg_count=> x_msg_count,
1366: x_msg_data=> x_msg_data,