DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on FND_MESSAGE

Line 2664: l_act_budgets_rec.justification := fnd_message.get_string ('OZF', 'OZF_BACKDATE_AMOUNT_ADJUSTMENT');

2660: write_conc_log (l_full_name || ' : '
2661: || 'resourceid '
2662: || l_act_budgets_rec.approver_id);
2663: --dbms_output.put_line ( 'resourceid ' || l_act_budgets_rec.approver_id);
2664: l_act_budgets_rec.justification := fnd_message.get_string ('OZF', 'OZF_BACKDATE_AMOUNT_ADJUSTMENT');
2665: --dbms_output.put_line ( 'budget id '|| backdate_adj_rec(i).fund_id);
2666: --dbms_output.put_line ( 'budget curr ' || backdate_adj_rec(i).currency_code);
2667: l_act_budgets_rec.parent_source_id := backdate_adj_rec(i).fund_id;
2668: l_act_budgets_rec.parent_src_curr := backdate_adj_rec(i).currency_code;

Line 3184: fnd_message.set_name ('OZF', 'OZF_FUND_NO_BUDGET_FOUND');

3180:
3181: --- if this is not funded by a parent campaign or any budget the error out saying no budgte found
3182: IF l_fund_amt_tbl.COUNT = 0 OR x_return_status <> 'S' THEN
3183: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
3184: fnd_message.set_name ('OZF', 'OZF_FUND_NO_BUDGET_FOUND');
3185: fnd_message.set_token ('OFFER_NAME', l_off_name);
3186: fnd_msg_pub.ADD;
3187: END IF;
3188: --dbms_output.put_line(' In error ');

Line 3185: fnd_message.set_token ('OFFER_NAME', l_off_name);

3181: --- if this is not funded by a parent campaign or any budget the error out saying no budgte found
3182: IF l_fund_amt_tbl.COUNT = 0 OR x_return_status <> 'S' THEN
3183: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
3184: fnd_message.set_name ('OZF', 'OZF_FUND_NO_BUDGET_FOUND');
3185: fnd_message.set_token ('OFFER_NAME', l_off_name);
3186: fnd_msg_pub.ADD;
3187: END IF;
3188: --dbms_output.put_line(' In error ');
3189: IF x_return_status = fnd_api.g_ret_sts_error THEN

Line 3286: l_act_budgets_rec.justification := fnd_message.get_string ('OZF', 'OZF_ACR_VOL_BDADJ');

3282: l_act_util_rec.org_id := l_adj_info.org_id;
3283: l_act_util_rec.ship_to_site_use_id := l_adj_info.ship_to_site_use_id;
3284: l_act_util_rec.bill_to_site_use_id := l_adj_info.bill_to_site_use_id;
3285:
3286: l_act_budgets_rec.justification := fnd_message.get_string ('OZF', 'OZF_ACR_VOL_BDADJ');
3287: l_act_budgets_rec.transfer_type := 'UTILIZED';
3288: l_act_budgets_rec.request_date := SYSDATE;
3289: l_act_budgets_rec.status_code := 'APPROVED';
3290: l_act_budgets_rec.user_status_id :=