DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PUB dependencies on STANDARD

Line 372: 'STANDARD', 'DECREASE_PAID', 'INCREASE_PAID') THEN

368: RETURN;
369: END IF;
370:
371: IF p_adj_rec.adjustment_type NOT IN ('DECREASE_COMM_EARNED', 'DECREASE_COMMITTED', 'DECREASE_EARNED',
372: 'STANDARD', 'DECREASE_PAID', 'INCREASE_PAID') THEN
373: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
374: fnd_message.set_name('OZF', 'OZF_INVALID_ADJ_TYPE');
375: fnd_msg_pub.add;
376: END IF;

Line 1405: -- if adjustment type is 'Increase Earned Amount' (STANDARD) or 'Decrease Earned Amount' (DECREASE_EARNED)

1401: IF l_adj_rec.plan_amount IS NOT NULL AND l_adj_rec.plan_amount <> FND_API.G_MISS_NUM THEN
1402: l_act_budgets_rec.src_curr_req_amt := l_adj_rec.plan_amount;
1403: END IF;
1404:
1405: -- if adjustment type is 'Increase Earned Amount' (STANDARD) or 'Decrease Earned Amount' (DECREASE_EARNED)
1406: -- or 'Increase Paid Amount' (INCREASE_PAID) or 'Decrease Paid Amount' (DECREASE_PAID)
1407: ELSE
1408: l_act_budgets_rec.transfer_type := 'UTILIZED';
1409: l_act_budgets_rec.act_budget_used_by_id := l_act_budgets_rec.budget_source_id;

Line 1643: -- Standard call to get message count and if count=1, get the message

1639: EXCEPTION
1640: WHEN FND_API.G_EXC_ERROR THEN
1641: ROLLBACK TO Create_Fund_Adjustment;
1642: x_return_status := FND_API.G_RET_STS_ERROR;
1643: -- Standard call to get message count and if count=1, get the message
1644: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
1645: ,p_count => x_msg_count
1646: ,p_data => x_msg_data
1647: );

Line 1651: -- Standard call to get message count and if count=1, get the message

1647: );
1648: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1649: ROLLBACK TO Create_Fund_Adjustment;
1650: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1651: -- Standard call to get message count and if count=1, get the message
1652: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
1653: ,p_count => x_msg_count
1654: ,p_data => x_msg_data
1655: );

Line 1662: -- Standard call to get message count and if count=1, get the message

1658: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1659: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1660: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1661: END IF;
1662: -- Standard call to get message count and if count=1, get the message
1663: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
1664: ,p_count => x_msg_count
1665: ,p_data => x_msg_data
1666: );