DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_ID_TO_VALUE

Line 3327: l_Line_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name

3323: p_Line_Payment_rec.payment_collection_event <> FND_API.G_MISS_CHAR) AND
3324: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.payment_collection_event,
3325: p_old_Line_Payment_rec.payment_collection_event)
3326: THEN
3327: l_Line_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name
3328: ( p_payment_collection_event => p_Line_Payment_rec.payment_collection_event
3329: );
3330: END IF;
3331:

Line 3337: l_Line_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method

3333: p_Line_Payment_rec.receipt_method_id <> FND_API.G_MISS_NUM) AND
3334: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.receipt_method_id,
3335: p_old_Line_Payment_rec.receipt_method_id)
3336: THEN
3337: l_Line_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method
3338: ( p_receipt_method => p_Line_Payment_rec.receipt_method_id
3339: );
3340: END IF;
3341:

Line 3347: l_Line_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type

3343: p_Line_Payment_rec.payment_type_code <> FND_API.G_MISS_CHAR) AND
3344: NOT OE_GLOBALS.Equal(p_Line_Payment_rec.payment_type_code,
3345: p_old_Line_Payment_rec.payment_type_code)
3346: THEN
3347: l_Line_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type
3348: ( p_payment_type_code => p_Line_Payment_rec.payment_type_code
3349: );
3350: END IF;
3351: