DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PUB dependencies on STANDARD

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

204: RETURN;
205: END IF;
206:
207: IF p_adj_rec.adjustment_type NOT IN ('DECREASE_COMM_EARNED', 'DECREASE_COMMITTED', 'DECREASE_EARNED',
208: 'STANDARD', 'DECREASE_PAID', 'INCREASE_PAID') THEN
209: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
210: fnd_message.set_name('OZF', 'OZF_INVALID_ADJ_TYPE');
211: fnd_msg_pub.add;
212: END IF;

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

747: l_act_budgets_rec.transfer_type := 'TRANSFER';
748: l_act_budgets_rec.act_budget_used_by_id := l_adj_rec.fund_id;
749: l_act_budgets_rec.arc_act_budget_used_by := 'FUND';
750:
751: -- if adjustment type is 'Increase Earned Amount' (STANDARD) or 'Decrease Earned Amount' (DECREASE_EARNED)
752: -- or 'Increase Paid Amount' (INCREASE_PAID) or 'Decrease Paid Amount' (DECREASE_PAID)
753: ELSE
754: l_act_budgets_rec.transfer_type := 'UTILIZED';
755: l_act_budgets_rec.act_budget_used_by_id := l_act_budgets_rec.budget_source_id;

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

920: EXCEPTION
921: WHEN FND_API.G_EXC_ERROR THEN
922: ROLLBACK TO Create_Fund_Adjustment;
923: x_return_status := FND_API.G_RET_STS_ERROR;
924: -- Standard call to get message count and if count=1, get the message
925: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
926: ,p_count => x_msg_count
927: ,p_data => x_msg_data
928: );

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

928: );
929: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
930: ROLLBACK TO Create_Fund_Adjustment;
931: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
932: -- Standard call to get message count and if count=1, get the message
933: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
934: ,p_count => x_msg_count
935: ,p_data => x_msg_data
936: );

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

939: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
940: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
941: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
942: END IF;
943: -- Standard call to get message count and if count=1, get the message
944: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
945: ,p_count => x_msg_count
946: ,p_data => x_msg_data
947: );