DBA Data[Home] [Help]

APPS.JAI_PO_CMN_PKG dependencies on FND_REQUEST

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

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

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

771: -- Run concurrent request.
772:
773: /* Changed the submit_request calls below and prefixed with "India - " for bug #4070899 */
774:
775: result := Fnd_Request.Set_Mode( TRUE );
776: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
777: SYSDATE, FALSE,
778: v_seq_val, v_qty, NULL, NULL, v_src_ship_id,
779: v_shipment_type, NULL,

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

772:
773: /* Changed the submit_request calls below and prefixed with "India - " for bug #4070899 */
774:
775: result := Fnd_Request.Set_Mode( TRUE );
776: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
777: SYSDATE, FALSE,
778: v_seq_val, v_qty, NULL, NULL, v_src_ship_id,
779: v_shipment_type, NULL,
780: v_cre_dt, v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login );

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

783: ELSIF v_shipment_type = 'BLANKET' THEN
784:
785: -- Run concurrent request.
786:
787: result := Fnd_Request.Set_Mode( TRUE );
788: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
789: SYSDATE, FALSE,
790: v_seq_val, v_qty, v_po_hdr_id, v_po_line_id, v_line_loc_id,
791: v_shipment_type, v_cum_flag,

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

784:
785: -- Run concurrent request.
786:
787: result := Fnd_Request.Set_Mode( TRUE );
788: req_id := Fnd_Request.Submit_Request( 'JA', 'JAINPOCR', 'India - Concurrent request for ' || v_shipment_type || ' Release',
789: SYSDATE, FALSE,
790: v_seq_val, v_qty, v_po_hdr_id, v_po_line_id, v_line_loc_id,
791: v_shipment_type, v_cum_flag,
792: v_cre_dt, v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login