DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on FND_REQUEST

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

1260: */ 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
1261: END;
1262: -- the following if added by Sriram / Pavan on 06-May-2002
1263: IF v_created_from = 'ARXTWMAI' AND v_tax_exists = 1 THEN --added condition of v_tax_exists by mmurtuza for bug 13042890
1264: result := fnd_request.set_mode(TRUE);
1265: req_id := fnd_request.submit_request( 'JA', 'JAILINEGL', 'AR Tax and Freight Defaultation',
1266: SYSDATE, FALSE,v_customer_trx_id, v_customer_trx_line_id );
1267: END IF;
1268: END ARI_T1 ;

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

1261: END;
1262: -- the following if added by Sriram / Pavan on 06-May-2002
1263: IF v_created_from = 'ARXTWMAI' AND v_tax_exists = 1 THEN --added condition of v_tax_exists by mmurtuza for bug 13042890
1264: result := fnd_request.set_mode(TRUE);
1265: req_id := fnd_request.submit_request( 'JA', 'JAILINEGL', 'AR Tax and Freight Defaultation',
1266: SYSDATE, FALSE,v_customer_trx_id, v_customer_trx_line_id );
1267: END IF;
1268: END ARI_T1 ;
1269:

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

2437: -- the following if condition added by sriram - 09-MAY-2002
2438: -- this is added because the AR Tax and Freight Defaultation should be called only
2439: -- if it is a manual invoice.
2440: IF v_created_from = 'ARXTWMAI' AND v_tax_exists = 1 THEN --added condition of v_tax_exists by mmurtuza for bug 13042890
2441: result := fnd_request.set_mode(TRUE);
2442: req_id := fnd_request.submit_request('JA', 'JAILINEGL', 'AR Tax and Freight Defaultation', SYSDATE, FALSE,
2443: v_customer_trx_id, pr_old.customer_trx_line_id);
2444: /*Bug 8371741 - Start*/
2445: BEGIN

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

2438: -- this is added because the AR Tax and Freight Defaultation should be called only
2439: -- if it is a manual invoice.
2440: IF v_created_from = 'ARXTWMAI' AND v_tax_exists = 1 THEN --added condition of v_tax_exists by mmurtuza for bug 13042890
2441: result := fnd_request.set_mode(TRUE);
2442: req_id := fnd_request.submit_request('JA', 'JAILINEGL', 'AR Tax and Freight Defaultation', SYSDATE, FALSE,
2443: v_customer_trx_id, pr_old.customer_trx_line_id);
2444: /*Bug 8371741 - Start*/
2445: BEGIN
2446: SELECT max(jattl.tax_line_no) INTO l_tcs_sur_line_num