DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_ACTBUDGETS_PVT

Line 542: --l_pric_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;

538:
539: --j NUMBER :=1;
540: m NUMBER := 1;
541:
542: --l_pric_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
543: --l_pric_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
544: --l_pric_price_adj_rec ozf_resale_adjustments_all%rowtype;
545:
546: l_act_budgets_rec OZF_ACTBUDGETS_PVT.act_budgets_rec_type;

Line 543: --l_pric_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;

539: --j NUMBER :=1;
540: m NUMBER := 1;
541:
542: --l_pric_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
543: --l_pric_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
544: --l_pric_price_adj_rec ozf_resale_adjustments_all%rowtype;
545:
546: l_act_budgets_rec OZF_ACTBUDGETS_PVT.act_budgets_rec_type;
547: l_act_util_rec OZF_ACTBUDGETS_PVT.act_util_rec_type;

Line 546: l_act_budgets_rec OZF_ACTBUDGETS_PVT.act_budgets_rec_type;

542: --l_pric_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
543: --l_pric_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
544: --l_pric_price_adj_rec ozf_resale_adjustments_all%rowtype;
545:
546: l_act_budgets_rec OZF_ACTBUDGETS_PVT.act_budgets_rec_type;
547: l_act_util_rec OZF_ACTBUDGETS_PVT.act_util_rec_type;
548: l_adjustment_rec OZF_RESALE_ADJUSTMENTS_ALL%rowtype;
549:
550: l_is_valid_offer BOOLEAN;

Line 547: l_act_util_rec OZF_ACTBUDGETS_PVT.act_util_rec_type;

543: --l_pric_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
544: --l_pric_price_adj_rec ozf_resale_adjustments_all%rowtype;
545:
546: l_act_budgets_rec OZF_ACTBUDGETS_PVT.act_budgets_rec_type;
547: l_act_util_rec OZF_ACTBUDGETS_PVT.act_util_rec_type;
548: l_adjustment_rec OZF_RESALE_ADJUSTMENTS_ALL%rowtype;
549:
550: l_is_valid_offer BOOLEAN;
551: l_price_diff_util BOOLEAN;

Line 1083: l_act_budgets_rec.parent_src_curr := OZF_ACTBUDGETS_PVT.get_object_currency (

1079: ELSE
1080: l_act_budgets_rec.parent_source_id := p_price_diff_fund_id;
1081: END IF;
1082:
1083: l_act_budgets_rec.parent_src_curr := OZF_ACTBUDGETS_PVT.get_object_currency (
1084: 'FUND'
1085: ,l_act_budgets_rec.parent_source_id
1086: ,l_return_status
1087: );

Line 1093: l_act_util_rec.fund_request_currency_code := OZF_ACTBUDGETS_PVT.get_object_currency (

1089: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1090: END IF;
1091: l_act_budgets_rec.justification := 'THIRD PARTY PRICE DIFF';
1092:
1093: l_act_util_rec.fund_request_currency_code := OZF_ACTBUDGETS_PVT.get_object_currency (
1094: 'PRIC'
1095: ,l_ldets_tbl(k).list_header_id
1096: ,l_return_status
1097: );

Line 1104: /*l_act_budgets_rec.request_currency := OZF_ACTBUDGETS_PVT.get_object_currency (

1100: l_act_budgets_rec.arc_act_budget_used_by := 'OFFR';
1101: l_act_budgets_rec.budget_source_type := 'OFFR';
1102:
1103: --nirprasa,12.2 ER 8399134
1104: /*l_act_budgets_rec.request_currency := OZF_ACTBUDGETS_PVT.get_object_currency (
1105: 'OFFR'
1106: ,l_ldets_tbl(k).list_header_id
1107: ,l_return_status
1108: );*/

Line 1110: l_act_util_rec.fund_request_currency_code := OZF_ACTBUDGETS_PVT.get_object_currency (

1106: ,l_ldets_tbl(k).list_header_id
1107: ,l_return_status
1108: );*/
1109: l_act_budgets_rec.request_currency := p_line_result_rec.currency_code;
1110: l_act_util_rec.fund_request_currency_code := OZF_ACTBUDGETS_PVT.get_object_currency (
1111: 'OFFR'
1112: ,l_ldets_tbl(k).list_header_id
1113: ,l_return_status
1114: );

Line 1230: l_act_budgets_rec.request_currency := OZF_ACTBUDGETS_PVT.get_object_currency (

1226: l_act_util_rec.plan_currency_code := l_act_budgets_rec.request_currency;
1227:
1228: l_adjustment_rec.calculated_amount := l_act_budgets_rec.request_amount;
1229:
1230: l_act_budgets_rec.request_currency := OZF_ACTBUDGETS_PVT.get_object_currency (
1231: 'OFFR'
1232: ,l_ldets_tbl(k).list_header_id
1233: ,l_return_status
1234: );