DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_ID_TO_VALUE

Line 3388: l_Header_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name

3384: p_Header_Payment_rec.payment_collection_event <> FND_API.G_MISS_CHAR) AND
3385: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.payment_collection_event,
3386: p_old_Header_Payment_rec.payment_collection_event)
3387: THEN
3388: l_Header_Payment_val_rec.payment_collection_event_name := OE_Id_To_Value.payment_collection_event_name
3389: ( p_payment_collection_event => p_Header_Payment_rec.payment_collection_event
3390: );
3391: END IF;
3392:

Line 3398: l_Header_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method

3394: p_Header_Payment_rec.receipt_method_id <> FND_API.G_MISS_NUM) AND
3395: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.receipt_method_id,
3396: p_old_Header_Payment_rec.receipt_method_id)
3397: THEN
3398: l_Header_Payment_val_rec.receipt_method := OE_Id_To_Value.Receipt_Method
3399: ( p_receipt_method => p_Header_Payment_rec.receipt_method_id
3400: );
3401: END IF;
3402:

Line 3408: l_Header_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type

3404: p_Header_Payment_rec.payment_type_code <> FND_API.G_MISS_CHAR) AND
3405: NOT OE_GLOBALS.Equal(p_Header_Payment_rec.payment_type_code,
3406: p_old_Header_Payment_rec.payment_type_code)
3407: THEN
3408: l_Header_Payment_val_rec.payment_type := OE_Id_To_Value.payment_type
3409: ( p_payment_type_code => p_Header_Payment_rec.payment_type_code
3410: );
3411: END IF;
3412: