DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_PREPAYMENT_UTIL

Line 4896: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'

4892: -- add the code below to populate party_type if pay now is enabled and
4893: -- there exists any defaulting condition template using party_type.
4894: -- the check here is to avoid performace overhead, so that party_type
4895: -- information is only loaded when needed.
4896: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'
4897: AND l_in_rec.sold_to_org_id IS NOT NULL
4898: AND l_in_rec.sold_to_org_id <> FND_API.G_MISS_NUM
4899: THEN
4900: BEGIN