DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_VALUE_TO_ID

Line 3393: p_x_Line_Payment_rec.payment_collection_event := OE_Value_To_Id.payment_collection_event_name

3389: END IF;
3390:
3391: ELSE
3392:
3393: p_x_Line_Payment_rec.payment_collection_event := OE_Value_To_Id.payment_collection_event_name
3394: ( p_payment_collection_event => p_Line_Payment_val_rec.payment_collection_event_name
3395: );
3396:
3397: IF p_x_Line_Payment_rec.payment_collection_event = FND_API.G_MISS_CHAR THEN

Line 3422: p_x_Line_Payment_rec.payment_type_code := OE_Value_To_Id.payment_type

3418: END IF;
3419:
3420: ELSE
3421:
3422: p_x_Line_Payment_rec.payment_type_code := OE_Value_To_Id.payment_type
3423: ( p_payment_type => p_Line_Payment_val_rec.payment_type
3424: );
3425:
3426: IF p_x_Line_Payment_rec.payment_type_code = FND_API.G_MISS_CHAR THEN

Line 3452: p_x_Line_Payment_rec.receipt_method_id := OE_Value_To_Id.Receipt_Method

3448: END IF;
3449:
3450: ELSE
3451:
3452: p_x_Line_Payment_rec.receipt_method_id := OE_Value_To_Id.Receipt_Method
3453: ( p_receipt_method => p_Line_Payment_val_rec.receipt_method
3454: );
3455:
3456: IF p_x_Line_Payment_rec.receipt_method_id = FND_API.G_MISS_NUM THEN