DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_ARIUD_T1 dependencies on FND_REQUEST

Line 763: lb_return_mode:= fnd_request.set_mode(TRUE);

759:
760: --Added by Bo Li for VAT/Excise Number shown in AR transaction workbench on 19-Jan-2010 and In Bug 9303168,Begin
761: -----------------------------------------------------------------------------------------------
762: -- set the mode of concurrent so that it can be used in trigger
763: lb_return_mode:= fnd_request.set_mode(TRUE);
764:
765:
766: --Added by Bo Li for bug#10043656 Begin
767: --------------------------------

Line 824: ln_request_id := fnd_request.submit_request( application => 'JA'

820: IF lv_dphase = 'COMPLETE'
821: THEN
822: -- The concurrent program will call the jai_ar_trx.update_reference procedure
823: -- to update the reference field.
824: ln_request_id := fnd_request.submit_request( application => 'JA'
825: , program => cv_process_program
826: , description => ''
827: , start_time => ''
828: , sub_request => FALSE

Line 839: ln_request_id := fnd_request.submit_request( application => 'JA'

835: END IF;
836: ELSE
837: -- The concurrent program will call the jai_ar_trx.update_reference procedure
838: -- to update the reference field.
839: ln_request_id := fnd_request.submit_request( application => 'JA'
840: , program => cv_process_program
841: , description => ''
842: , start_time => ''
843: , sub_request => FALSE

Line 890: ln_request_id := fnd_request.submit_request( application => 'JA'

886: IF lv_dphase = 'COMPLETE'
887: THEN
888: -- The concurrent program will call the jai_ar_trx.update_reference procedure
889: -- to update the reference field.
890: ln_request_id := fnd_request.submit_request( application => 'JA'
891: , program => cv_gst_process_program
892: , description => ''
893: , start_time => ''
894: , sub_request => FALSE

Line 905: ln_request_id := fnd_request.submit_request( application => 'JA'

901: END IF;
902: ELSE
903: -- The concurrent program will call the jai_ar_trx.update_reference procedure
904: -- to update the reference field.
905: ln_request_id := fnd_request.submit_request( application => 'JA'
906: , program => cv_gst_process_program
907: , description => ''
908: , start_time => ''
909: , sub_request => FALSE