DBA Data[Home] [Help]

APPS.ASO_CREDIT_CHECK_PVT dependencies on OE_PROFILE

Line 204: l_set_of_books_id := OE_PROFILE.VALUE('OE_SET_OF_BOOKS_ID',l_qte_header_rec.org_id);

200: l_qte_header_rec.invoice_to_party_site_id <> FND_API.G_MISS_NUM AND
201: NVL(l_qte_header_rec.invoice_to_cust_account_id,l_qte_header_rec.cust_account_id) IS NOT NULL AND
202: NVL(l_qte_header_rec.invoice_to_cust_account_id,l_qte_header_rec.cust_account_id) <> FND_API.G_MISS_NUM
203: THEN
204: l_set_of_books_id := OE_PROFILE.VALUE('OE_SET_OF_BOOKS_ID',l_qte_header_rec.org_id);
205:
206: IF aso_debug_pub.g_debug_flag = 'Y' THEN
207: aso_debug_pub.add('Set Of books ID:'||NVL(to_char(l_set_of_books_id),'null'), 1, 'Y');
208: END IF;

Line 237: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_OE_PROFILE');

233:
234: CLOSE C_functional_currency;
235: ELSE
236: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
237: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_OE_PROFILE');
238: FND_MSG_PUB.ADD;
239: END IF;
240: raise FND_API.G_EXC_ERROR;
241: END IF;