DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_ID_TO_VALUE

Line 3249: l_Line_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name

3245: p_Line_Payment_rec.payment_collection_event <> FND_API.G_MISS_CHAR) AND
3246: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.payment_collection_event,
3247: p_old_Line_Payment_rec.payment_collection_event)
3248: THEN
3249: l_Line_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name
3250: ( p_payment_collection_event => p_Line_Payment_rec.payment_collection_event
3251: );
3252: END IF;
3253:

Line 3259: l_Line_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method

3255: p_Line_Payment_rec.receipt_method_id <> FND_API.G_MISS_NUM) AND
3256: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.receipt_method_id,
3257: p_old_Line_Payment_rec.receipt_method_id)
3258: THEN
3259: l_Line_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method
3260: ( p_receipt_method => p_Line_Payment_rec.receipt_method_id
3261: );
3262: END IF;
3263:

Line 3269: l_Line_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type

3265: p_Line_Payment_rec.payment_type_code <> FND_API.G_MISS_CHAR) AND
3266: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.payment_type_code,
3267: p_old_Line_Payment_rec.payment_type_code)
3268: THEN
3269: l_Line_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type
3270: ( p_payment_type_code => p_Line_Payment_rec.payment_type_code
3271: );
3272: END IF;
3273: