DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_VALUE_TO_ID

Line 3315: p_x_Line_Payment_rec.payment_collection_event := OE_Value_To_Id.payment_collection_event_name

3311: END IF;
3312:
3313: ELSE
3314:
3315: p_x_Line_Payment_rec.payment_collection_event := OE_Value_To_Id.payment_collection_event_name
3316: ( p_payment_collection_event => p_Line_Payment_val_rec.payment_collection_event_name
3317: );
3318:
3319: IF p_x_Line_Payment_rec.payment_collection_event = FND_API.G_MISS_CHAR THEN

Line 3344: p_x_Line_Payment_rec.payment_type_code := OE_Value_To_Id.payment_type

3340: END IF;
3341:
3342: ELSE
3343:
3344: p_x_Line_Payment_rec.payment_type_code := OE_Value_To_Id.payment_type
3345: ( p_payment_type => p_Line_Payment_val_rec.payment_type
3346: );
3347:
3348: IF p_x_Line_Payment_rec.payment_type_code = FND_API.G_MISS_CHAR THEN

Line 3374: p_x_Line_Payment_rec.receipt_method_id := OE_Value_To_Id.Receipt_Method

3370: END IF;
3371:
3372: ELSE
3373:
3374: p_x_Line_Payment_rec.receipt_method_id := OE_Value_To_Id.Receipt_Method
3375: ( p_receipt_method => p_Line_Payment_val_rec.receipt_method
3376: );
3377:
3378: IF p_x_Line_Payment_rec.receipt_method_id = FND_API.G_MISS_NUM THEN