DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on AR_INTERFACE_CONTS_ALL

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

4434: x_interface_conts_rec.EXPIRATION_DATE := NULL;
4435: IF p_line_rec.REVREC_SIGNATURE_DATE IS NOT NULL THEN
4436: x_interface_conts_rec.COMPLETED_FLAG := 'Y';
4437: END IF;
4438: /* commenting out because AR does not support expiration date on ar_interface_conts_all at this point of time. See bug# 5026580
4439: IF x_interface_conts_rec.EXPIRATION_DATE IS NOT NULL THEN
4440: 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);
4441: x_interface_conts_rec.COMPLETED_FLAG := 'Y';
4442: ELSE -- bug# 5049677

Line 4469: INSERT INTO AR_INTERFACE_CONTS_ALL

4465: IF l_debug_level > 0 THEN
4466: oe_debug_pub.add( 'INSERTING CONTINGENCY RECORDS ' , 5 ) ;
4467: END IF;
4468:
4469: INSERT INTO AR_INTERFACE_CONTS_ALL
4470: (CREATED_BY
4471: ,CREATION_DATE
4472: ,LAST_UPDATED_BY
4473: ,LAST_UPDATE_DATE

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

4539: );
4540: END IF;
4541: END Insert_Contingency;
4542:
4543: --This procedure interfaces the contingency record by preparing it and inserting into AR_INTERFACE_CONTS_ALL
4544:
4545: PROCEDURE Interface_Contingencies
4546: ( p_line_rec IN OE_Order_Pub.Line_Rec_Type
4547: , p_interface_line_rec IN RA_Interface_Lines_Rec_Type