DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_ID_TO_VALUE

Line 3298: l_Header_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name

3294: p_Header_Payment_rec.payment_collection_event <> FND_API.G_MISS_CHAR) AND
3295: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.payment_collection_event,
3296: p_old_Header_Payment_rec.payment_collection_event)
3297: THEN
3298: l_Header_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name
3299: ( p_payment_collection_event => p_Header_Payment_rec.payment_collection_event
3300: );
3301: END IF;
3302:

Line 3308: l_Header_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method

3304: p_Header_Payment_rec.receipt_method_id <> FND_API.G_MISS_NUM) AND
3305: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.receipt_method_id,
3306: p_old_Header_Payment_rec.receipt_method_id)
3307: THEN
3308: l_Header_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method
3309: ( p_receipt_method => p_Header_Payment_rec.receipt_method_id
3310: );
3311: END IF;
3312:

Line 3318: l_Header_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type

3314: p_Header_Payment_rec.payment_type_code <> FND_API.G_MISS_CHAR) AND
3315: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.payment_type_code,
3316: p_old_Header_Payment_rec.payment_type_code)
3317: THEN
3318: l_Header_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type
3319: ( p_payment_type_code => p_Header_Payment_rec.payment_type_code
3320: );
3321: END IF;
3322: