DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on FND_MESSAGE

Line 370: fnd_message.set_name('OZF', 'OZF_COMMAMT_LESS_REQAMT');

366: END IF;
367: --Raise error message if committed amount is less then
368: IF l_util_amount > l_utilized_amount AND l_utilized_amount = 0 THEN
369: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
370: fnd_message.set_name('OZF', 'OZF_COMMAMT_LESS_REQAMT');
371: fnd_msg_pub.ADD;
372: END IF;
373: END IF;
374:

Line 879: l_fund_reconc_msg := fnd_message.get_string ('OZF', 'OZF_FUND_RECONCILE');

875: SAVEPOINT create_utilization;
876:
877: l_total_amount := 0;
878: --Added for bug 7425189
879: l_fund_reconc_msg := fnd_message.get_string ('OZF', 'OZF_FUND_RECONCILE');
880: l_act_bud_cst_msg := fnd_message.get_string ('OZF', 'OZF_ACT_BUDG_CST_UTIL');
881:
882:
883: IF l_fund_transfer_flag = 'N' THEN

Line 880: l_act_bud_cst_msg := fnd_message.get_string ('OZF', 'OZF_ACT_BUDG_CST_UTIL');

876:
877: l_total_amount := 0;
878: --Added for bug 7425189
879: l_fund_reconc_msg := fnd_message.get_string ('OZF', 'OZF_FUND_RECONCILE');
880: l_act_bud_cst_msg := fnd_message.get_string ('OZF', 'OZF_ACT_BUDG_CST_UTIL');
881:
882:
883: IF l_fund_transfer_flag = 'N' THEN
884: -- 01/02/2002 mpande changed for utilization changes

Line 939: fnd_message.set_name ('OZF', 'OZF_FUND_OFFR_ADJ');

935: --05/06/2004 kdass fix for bug 3586046
936: --08/18/2005 feliu fix for third party accrual.
937: /* IF l_accrual_basis ='CUSTOMER' THEN
938: IF p_act_budget_rec.parent_source_id <> l_fund_id THEN
939: fnd_message.set_name ('OZF', 'OZF_FUND_OFFR_ADJ');
940: fnd_msg_pub.ADD;
941: RAISE fnd_api.g_exc_error;
942: END IF;
943: */

Line 1530: fnd_message.set_name ('OZF', 'OZF_NO_RATE');

1526: RETURN l_returned_amount;
1527: EXCEPTION
1528: WHEN gl_currency_api.no_rate THEN
1529: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1530: fnd_message.set_name ('OZF', 'OZF_NO_RATE');
1531: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1532: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1533: fnd_msg_pub.ADD;
1534: RETURN 0;

Line 1531: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);

1527: EXCEPTION
1528: WHEN gl_currency_api.no_rate THEN
1529: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1530: fnd_message.set_name ('OZF', 'OZF_NO_RATE');
1531: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1532: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1533: fnd_msg_pub.ADD;
1534: RETURN 0;
1535: END IF;

Line 1532: fnd_message.set_token ('CURRENCY_TO', p_to_currency);

1528: WHEN gl_currency_api.no_rate THEN
1529: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1530: fnd_message.set_name ('OZF', 'OZF_NO_RATE');
1531: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1532: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1533: fnd_msg_pub.ADD;
1534: RETURN 0;
1535: END IF;
1536: WHEN gl_currency_api.invalid_currency THEN

Line 1538: fnd_message.set_name ('OZF', 'OZF_INVALID_CURR');

1534: RETURN 0;
1535: END IF;
1536: WHEN gl_currency_api.invalid_currency THEN
1537: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1538: fnd_message.set_name ('OZF', 'OZF_INVALID_CURR');
1539: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1540: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1541: fnd_msg_pub.ADD;
1542: RETURN 0;

Line 1539: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);

1535: END IF;
1536: WHEN gl_currency_api.invalid_currency THEN
1537: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1538: fnd_message.set_name ('OZF', 'OZF_INVALID_CURR');
1539: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1540: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1541: fnd_msg_pub.ADD;
1542: RETURN 0;
1543: END IF;

Line 1540: fnd_message.set_token ('CURRENCY_TO', p_to_currency);

1536: WHEN gl_currency_api.invalid_currency THEN
1537: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
1538: fnd_message.set_name ('OZF', 'OZF_INVALID_CURR');
1539: fnd_message.set_token ('CURRENCY_FROM', p_from_currency);
1540: fnd_message.set_token ('CURRENCY_TO', p_to_currency);
1541: fnd_msg_pub.ADD;
1542: RETURN 0;
1543: END IF;
1544: WHEN OTHERS THEN

Line 1632: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');

1628: END IF;*/
1629:
1630: IF l_lumpsum_offer.distribution_type = 'AMT' THEN
1631: IF l_total_distribution <> l_lumpsum_offer.lumpsum_amount THEN
1632: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');
1633: fnd_msg_pub.ADD;
1634: RAISE fnd_api.g_exc_error;
1635: ELSIF l_total_distribution > l_lumpsum_offer.lumpsum_amount THEN
1636: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');

Line 1636: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');

1632: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');
1633: fnd_msg_pub.ADD;
1634: RAISE fnd_api.g_exc_error;
1635: ELSIF l_total_distribution > l_lumpsum_offer.lumpsum_amount THEN
1636: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');
1637: fnd_msg_pub.ADD;
1638: RAISE fnd_api.g_exc_error;
1639: END IF;
1640: ELSIF l_lumpsum_offer.distribution_type = '%' THEN

Line 1642: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');

1638: RAISE fnd_api.g_exc_error;
1639: END IF;
1640: ELSIF l_lumpsum_offer.distribution_type = '%' THEN
1641: IF l_total_distribution <> 100 THEN
1642: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');
1643: fnd_msg_pub.ADD;
1644: RAISE fnd_api.g_exc_error;
1645: ELSIF l_total_distribution > 100 THEN
1646: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');

Line 1646: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');

1642: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTR_ACTIVE');
1643: fnd_msg_pub.ADD;
1644: RAISE fnd_api.g_exc_error;
1645: ELSIF l_total_distribution > 100 THEN
1646: fnd_message.set_name ('OZF', 'OZF_INVALID_DISTRIBUTION');
1647: fnd_msg_pub.ADD;
1648: RAISE fnd_api.g_exc_error;
1649: END IF;
1650: END IF;

Line 2596: fnd_message.get_string ('OZF', 'OZF_ACT_BUDGET_SCANDATA_UTIL');

2592: l_act_budgets_rec.approver_id := l_offer_owner;
2593: END IF;
2594:
2595: l_act_budgets_rec.justification :=
2596: fnd_message.get_string ('OZF', 'OZF_ACT_BUDGET_SCANDATA_UTIL');
2597: l_act_budgets_rec.parent_source_id := l_prod_budget_rec.fund_id;
2598: l_act_budgets_rec.parent_src_curr := l_prod_budget_rec.currency_code;
2599: l_act_budgets_rec.parent_src_apprvd_amt := l_converted_amt; -- in budget currency.
2600: l_act_util_rec.product_id := l_product_id ;

Line 3206: fnd_message.get_string ('OZF', 'OZF_ACT_BUDGET_LUMPSUM_UTIL');

3202: IF l_act_budgets_rec.approver_id = -1 THEN
3203: l_act_budgets_rec.approver_id := l_offer_owner;
3204: END IF;
3205: l_act_budgets_rec.justification :=
3206: fnd_message.get_string ('OZF', 'OZF_ACT_BUDGET_LUMPSUM_UTIL');
3207: l_act_budgets_rec.parent_source_id := l_prod_budget_rec.fund_id;
3208: l_act_budgets_rec.parent_src_curr := l_prod_budget_rec.currency_code;
3209: l_act_budgets_rec.parent_src_apprvd_amt := l_converted_amt; -- in budget currency.
3210: l_act_util_rec.product_id := l_itemId_tbl(i) ;

Line 3855: fnd_message.set_name ('OZF', 'OZF_ACT_BUDGET_INCR_UTIL');

3851: );
3852: l_act_budgets_rec.transfer_type := 'UTILIZED';
3853: l_act_budgets_rec.approval_date := SYSDATE;
3854: l_act_budgets_rec.approver_id := ozf_utility_pvt.get_resource_id (fnd_global.user_id);
3855: fnd_message.set_name ('OZF', 'OZF_ACT_BUDGET_INCR_UTIL');
3856: fnd_message.set_token ('CLAIM_ID', p_claim_id, FALSE);
3857: l_act_budgets_rec.justification := fnd_message.get;
3858: l_act_budgets_rec.parent_source_id := l_fund_rec.fund_id;
3859: l_act_budgets_rec.parent_src_curr := l_fund_rec.fund_currency;

Line 3856: fnd_message.set_token ('CLAIM_ID', p_claim_id, FALSE);

3852: l_act_budgets_rec.transfer_type := 'UTILIZED';
3853: l_act_budgets_rec.approval_date := SYSDATE;
3854: l_act_budgets_rec.approver_id := ozf_utility_pvt.get_resource_id (fnd_global.user_id);
3855: fnd_message.set_name ('OZF', 'OZF_ACT_BUDGET_INCR_UTIL');
3856: fnd_message.set_token ('CLAIM_ID', p_claim_id, FALSE);
3857: l_act_budgets_rec.justification := fnd_message.get;
3858: l_act_budgets_rec.parent_source_id := l_fund_rec.fund_id;
3859: l_act_budgets_rec.parent_src_curr := l_fund_rec.fund_currency;
3860: l_act_util_rec.product_id := l_product_id ;

Line 3857: l_act_budgets_rec.justification := fnd_message.get;

3853: l_act_budgets_rec.approval_date := SYSDATE;
3854: l_act_budgets_rec.approver_id := ozf_utility_pvt.get_resource_id (fnd_global.user_id);
3855: fnd_message.set_name ('OZF', 'OZF_ACT_BUDGET_INCR_UTIL');
3856: fnd_message.set_token ('CLAIM_ID', p_claim_id, FALSE);
3857: l_act_budgets_rec.justification := fnd_message.get;
3858: l_act_budgets_rec.parent_source_id := l_fund_rec.fund_id;
3859: l_act_budgets_rec.parent_src_curr := l_fund_rec.fund_currency;
3860: l_act_util_rec.product_id := l_product_id ;
3861: l_act_util_rec.product_level_type := l_level_type_code;

Line 4002: fnd_message.set_name ('OZF', 'OZF_API_RECORD_NOT_FOUND');

3998: IF (SQL%NOTFOUND) THEN
3999: -- Error, check the msg level and added an error message to the
4000: -- API message list
4001: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
4002: fnd_message.set_name ('OZF', 'OZF_API_RECORD_NOT_FOUND');
4003: fnd_msg_pub.ADD;
4004: END IF;
4005: RAISE fnd_api.g_exc_unexpected_error;
4006: END IF;

Line 4016: fnd_message.set_name ('OZF', 'OZF_API_RECORD_NOT_FOUND');

4012: IF (SQL%NOTFOUND) THEN
4013: -- Error, check the msg level and added an error message to the
4014: -- API message list
4015: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error) THEN
4016: fnd_message.set_name ('OZF', 'OZF_API_RECORD_NOT_FOUND');
4017: fnd_msg_pub.ADD;
4018: END IF;
4019: RAISE fnd_api.g_exc_unexpected_error;
4020: END IF;

Line 4301: fnd_message.get_string ('OZF', 'OZF_SF_BUDGET_LUMPSUM_UTIL');

4297: IF l_act_budgets_rec.approver_id = -1 THEN
4298: l_act_budgets_rec.approver_id := l_req_owner;
4299: END IF;
4300: l_act_budgets_rec.justification :=
4301: fnd_message.get_string ('OZF', 'OZF_SF_BUDGET_LUMPSUM_UTIL');
4302: l_act_budgets_rec.parent_source_id := l_req_budgets.fund_id;
4303: l_act_budgets_rec.parent_src_curr := l_req_budgets.currency_code;
4304: l_act_budgets_rec.parent_src_apprvd_amt := l_converted_amt; -- in budget currency.
4305: l_act_util_rec.product_id := l_media_id ;