DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on FND_REQUEST

Line 806: result := fnd_request.set_mode(TRUE);

802: */ pv_return_code := jai_constants.expected_error ; pv_return_message := 'error in processing the invoice ..' || v_trx_num || v_err_mesg ; return ; --19-MAR-2002
803: END;
804: -- the following if added by Sriram / Pavan on 06-May-2002
805: IF v_created_from = 'ARXTWMAI' THEN
806: result := fnd_request.set_mode(TRUE);
807: req_id := fnd_request.submit_request( 'JA', 'JAILINEGL', 'AR Tax and Freight Defaultation',
808: SYSDATE, FALSE,v_customer_trx_id, v_customer_trx_line_id );
809: END IF;
810: END ARI_T1 ;

Line 807: req_id := fnd_request.submit_request( 'JA', 'JAILINEGL', 'AR Tax and Freight Defaultation',

803: END;
804: -- the following if added by Sriram / Pavan on 06-May-2002
805: IF v_created_from = 'ARXTWMAI' THEN
806: result := fnd_request.set_mode(TRUE);
807: req_id := fnd_request.submit_request( 'JA', 'JAILINEGL', 'AR Tax and Freight Defaultation',
808: SYSDATE, FALSE,v_customer_trx_id, v_customer_trx_line_id );
809: END IF;
810: END ARI_T1 ;
811:

Line 1632: result := fnd_request.set_mode(TRUE);

1628: -- the following if condition added by sriram - 09-MAY-2002
1629: -- this is added because the AR Tax and Freight Defaultation should be called only
1630: -- if it is a manual invoice.
1631: IF v_created_from = 'ARXTWMAI' THEN
1632: result := fnd_request.set_mode(TRUE);
1633: req_id := fnd_request.submit_request('JA', 'JAILINEGL', 'AR Tax and Freight Defaultation', SYSDATE, FALSE,
1634: v_customer_trx_id, pr_old.customer_trx_line_id);
1635: END IF;
1636: /* Added an exception block by Ramananda for bug#4570303 */

Line 1633: req_id := fnd_request.submit_request('JA', 'JAILINEGL', 'AR Tax and Freight Defaultation', SYSDATE, FALSE,

1629: -- this is added because the AR Tax and Freight Defaultation should be called only
1630: -- if it is a manual invoice.
1631: IF v_created_from = 'ARXTWMAI' THEN
1632: result := fnd_request.set_mode(TRUE);
1633: req_id := fnd_request.submit_request('JA', 'JAILINEGL', 'AR Tax and Freight Defaultation', SYSDATE, FALSE,
1634: v_customer_trx_id, pr_old.customer_trx_line_id);
1635: END IF;
1636: /* Added an exception block by Ramananda for bug#4570303 */
1637: EXCEPTION