DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_PREPAYMENT_UTIL

Line 4746: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'

4742: -- add the code below to populate party_type if pay now is enabled and
4743: -- there exists any defaulting condition template using party_type.
4744: -- the check here is to avoid performace overhead, so that party_type
4745: -- information is only loaded when needed.
4746: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'
4747: AND l_in_rec.sold_to_org_id IS NOT NULL
4748: AND l_in_rec.sold_to_org_id <> FND_API.G_MISS_NUM
4749: THEN
4750: BEGIN