DBA Data[Home] [Help]

APPS.JAI_PO_CMN_PKG dependencies on FND_REQUEST

Line 706: Changed the FND_REQUEST.submit_request procedure and attached the prefix "India - ".

702: identify from which tax_category the taxes are defaulted. Also the tax_category_id populated into
703: the tax table will be useful to identify whether the tax is a defaulted or a manual tax.
704: 2 21/12/2004 avallabh for bug#4070899, file version 115.1
705: When submitting request for JAINPOCR, the description is being displayed without an "India - " prefix.
706: Changed the FND_REQUEST.submit_request procedure and attached the prefix "India - ".
707:
708: 3 15/01/2008 Kevin Cheng for Retroactive Price Enhancement
709: Add parameter pv_retroprice_changed to indicate whether it is called by retroactive price concurrent;
710: Add parameter to procedures called here;

Line 786: result := Fnd_Request.Set_Mode( TRUE );

782: -- Run concurrent request.
783:
784: /* Changed the submit_request calls below and prefixed with "India - " for bug #4070899 */
785:
786: result := Fnd_Request.Set_Mode( TRUE );
787: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
788: SYSDATE, FALSE,
789: v_seq_val, v_qty, NULL, NULL, v_src_ship_id,
790: v_shipment_type, NULL,

Line 787: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',

783:
784: /* Changed the submit_request calls below and prefixed with "India - " for bug #4070899 */
785:
786: result := Fnd_Request.Set_Mode( TRUE );
787: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
788: SYSDATE, FALSE,
789: v_seq_val, v_qty, NULL, NULL, v_src_ship_id,
790: v_shipment_type, NULL,
791: v_cre_dt, v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login );

Line 798: result := Fnd_Request.Set_Mode( TRUE );

794: ELSIF v_shipment_type = 'BLANKET' THEN
795:
796: -- Run concurrent request.
797:
798: result := Fnd_Request.Set_Mode( TRUE );
799: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
800: SYSDATE, FALSE,
801: v_seq_val, v_qty, v_po_hdr_id, v_po_line_id, v_line_loc_id,
802: v_shipment_type, v_cum_flag,

Line 799: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',

795:
796: -- Run concurrent request.
797:
798: result := Fnd_Request.Set_Mode( TRUE );
799: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
800: SYSDATE, FALSE,
801: v_seq_val, v_qty, v_po_hdr_id, v_po_line_id, v_line_loc_id,
802: v_shipment_type, v_cum_flag,
803: v_cre_dt, v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login