DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on AR_INTERFACE_CONTS_ALL

Line 4209: /* commenting out because AR does not support expiration date on ar_interface_conts_all at this point of time. See bug# 5026580

4205: x_interface_conts_rec.EXPIRATION_DATE := NULL;
4206: IF p_line_rec.REVREC_SIGNATURE_DATE IS NOT NULL THEN
4207: x_interface_conts_rec.COMPLETED_FLAG := 'Y';
4208: END IF;
4209: /* commenting out because AR does not support expiration date on ar_interface_conts_all at this point of time. See bug# 5026580
4210: IF x_interface_conts_rec.EXPIRATION_DATE IS NOT NULL THEN
4211: x_interface_conts_rec.EXPIRATION_DATE := INV_LE_TIMEZONE_PUB.Get_Le_Day_Time_For_Ou(x_interface_conts_rec.EXPIRATION_DATE,p_line_rec.org_id);
4212: x_interface_conts_rec.COMPLETED_FLAG := 'Y';
4213: ELSE -- bug# 5049677

Line 4240: INSERT INTO AR_INTERFACE_CONTS_ALL

4236: IF l_debug_level > 0 THEN
4237: oe_debug_pub.add( 'INSERTING CONTINGENCY RECORDS ' , 5 ) ;
4238: END IF;
4239:
4240: INSERT INTO AR_INTERFACE_CONTS_ALL
4241: (CREATED_BY
4242: ,CREATION_DATE
4243: ,LAST_UPDATED_BY
4244: ,LAST_UPDATE_DATE

Line 4314: --This procedure interfaces the contingency record by preparing it and inserting into AR_INTERFACE_CONTS_ALL

4310: );
4311: END IF;
4312: END Insert_Contingency;
4313:
4314: --This procedure interfaces the contingency record by preparing it and inserting into AR_INTERFACE_CONTS_ALL
4315:
4316: PROCEDURE Interface_Contingencies
4317: ( p_line_rec IN OE_Order_Pub.Line_Rec_Type
4318: , p_interface_line_rec IN RA_Interface_Lines_Rec_Type