DBA Data[Home] [Help]

APPS.JAI_AP_ILA_TRIGGER_PKG dependencies on FND_REQUEST

Line 218: Issue:- fnd_request.submit_request call for submitting concurrent JAINDIST was using

214: Removed the TDS related functionality from this trigger. It only caters to pulling
215: purchasing taxes to payables.
216:
217: 14. 17-AUG-2005 Brathod, Bug# 4557312, File Version 120.1
218: Issue:- fnd_request.submit_request call for submitting concurrent JAINDIST was using
219: SQLAP as application which is JA in R12 as reason concurrent was trying to find
220: a procedure registered with SQLAP application which does not exist in
221: R12 code line
222: Solution:- All the call to submit JAINDIST concurrent are modified to use JA

Line 504: result := Fnd_Request.set_mode(TRUE);

500:
501: THEN
502:
503: v_rematching := 'RCV_MATCHING';
504: result := Fnd_Request.set_mode(TRUE);
505: req_id := Fnd_Request.submit_request
506: (
507: 'JA', -- Removed SQLAP', Bug# 4557312, BRATHOD
508: 'JAINDIST',

Line 505: req_id := Fnd_Request.submit_request

501: THEN
502:
503: v_rematching := 'RCV_MATCHING';
504: result := Fnd_Request.set_mode(TRUE);
505: req_id := Fnd_Request.submit_request
506: (
507: 'JA', -- Removed SQLAP', Bug# 4557312, BRATHOD
508: 'JAINDIST',
509: 'TO INSERT TAX Distributions',

Line 543: result := Fnd_Request.set_mode(TRUE);

539: )
540: THEN
541:
542: v_rematching := 'RCV_MATCHING';
543: result := Fnd_Request.set_mode(TRUE);
544: req_id := Fnd_Request.submit_request
545: (
546: 'JA', --Removed 'SQLAP',Bug# 4557312, brathod
547: 'JAINDIST',

Line 544: req_id := Fnd_Request.submit_request

540: THEN
541:
542: v_rematching := 'RCV_MATCHING';
543: result := Fnd_Request.set_mode(TRUE);
544: req_id := Fnd_Request.submit_request
545: (
546: 'JA', --Removed 'SQLAP',Bug# 4557312, brathod
547: 'JAINDIST',
548: 'TO INSERT TAX Distributions',

Line 579: result := Fnd_Request.set_mode(TRUE);

575: )
576: THEN
577:
578: v_rematching := 'PO_MATCHING';
579: result := Fnd_Request.set_mode(TRUE);
580: req_id := Fnd_Request.submit_request
581: (
582: 'JA', --Removed 'SQLAP', Bug# 4557312, Brathod
583: 'JAINDIST',

Line 580: req_id := Fnd_Request.submit_request

576: THEN
577:
578: v_rematching := 'PO_MATCHING';
579: result := Fnd_Request.set_mode(TRUE);
580: req_id := Fnd_Request.submit_request
581: (
582: 'JA', --Removed 'SQLAP', Bug# 4557312, Brathod
583: 'JAINDIST',
584: 'TO INSERT TAX Distributions',

Line 671: result := Fnd_Request.set_mode(TRUE);

667: );
668: END IF;
669:
670: IF v_rematching IS NOT NULL THEN
671: result := Fnd_Request.set_mode(TRUE);
672: req_id := Fnd_Request.submit_request (
673: 'JA', --Removed 'SQLAP', Bug# 4557312, Brathod
674: 'JAINDIST', 'To INSERT TAX Distributions', '', FALSE,
675: pr_new.invoice_id, pr_new.line_number, -- Bug#4445989

Line 672: req_id := Fnd_Request.submit_request (

668: END IF;
669:
670: IF v_rematching IS NOT NULL THEN
671: result := Fnd_Request.set_mode(TRUE);
672: req_id := Fnd_Request.submit_request (
673: 'JA', --Removed 'SQLAP', Bug# 4557312, Brathod
674: 'JAINDIST', 'To INSERT TAX Distributions', '', FALSE,
675: pr_new.invoice_id, pr_new.line_number, -- Bug#4445989
676: pr_new.po_distribution_id, pr_new.quantity_invoiced,

Line 701: result := Fnd_Request.set_mode(TRUE);

697: ELSE
698: v_rematching := 'RCV_MATCHING';
699: END IF;
700: ----------------------------------------------------------------------
701: result := Fnd_Request.set_mode(TRUE);
702: req_id := Fnd_Request.submit_request
703: (
704: 'JA', --Removed 'SQLAP',Bug# 4557312, brathod
705: 'JAINDIST',

Line 702: req_id := Fnd_Request.submit_request

698: v_rematching := 'RCV_MATCHING';
699: END IF;
700: ----------------------------------------------------------------------
701: result := Fnd_Request.set_mode(TRUE);
702: req_id := Fnd_Request.submit_request
703: (
704: 'JA', --Removed 'SQLAP',Bug# 4557312, brathod
705: 'JAINDIST',
706: 'TO INSERT TAX Distributions',