DBA Data[Home] [Help]

APPS.GL_CI_REMOTE_INVOKE_PKG dependencies on FND_REQUEST

Line 693: --+ORA-06512: at "APPS.FND_REQUEST", line 2434

689: end Apps_Initialize;
690:
691: --+set_mode() is necessary to get rid of the ORA= 2074
692: --+Error -2074: ORA-02074: cannot SET SAVEPOINT in a distributed transaction
693: --+ORA-06512: at "APPS.FND_REQUEST", line 2434
694: --+ORA-06512: at "APPS.GL_FND_REQUEST_PKG", line 54
695: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
696: --+Submit a concurrent request to do Journal Import
697: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Line 694: --+ORA-06512: at "APPS.GL_FND_REQUEST_PKG", line 54

690:
691: --+set_mode() is necessary to get rid of the ORA= 2074
692: --+Error -2074: ORA-02074: cannot SET SAVEPOINT in a distributed transaction
693: --+ORA-06512: at "APPS.FND_REQUEST", line 2434
694: --+ORA-06512: at "APPS.GL_FND_REQUEST_PKG", line 54
695: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
696: --+Submit a concurrent request to do Journal Import
697: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
698: function Run_Journal_Import(

Line 711: value_return := fnd_request.set_mode(TRUE);

707: reqid number;
708: value_return boolean;
709: begin
710: --fnd_global.Apps_Initialize(user_id, resp_id, app_id);
711: value_return := fnd_request.set_mode(TRUE);
712: reqid := fnd_request.submit_request(
713: 'SQLGL',
714: 'GLLEZL',
715: '',

Line 712: reqid := fnd_request.submit_request(

708: value_return boolean;
709: begin
710: --fnd_global.Apps_Initialize(user_id, resp_id, app_id);
711: value_return := fnd_request.set_mode(TRUE);
712: reqid := fnd_request.submit_request(
713: 'SQLGL',
714: 'GLLEZL',
715: '',
716: '',

Line 867: value_return := fnd_request.set_mode(TRUE);

863: fetch ledger into l_coa_id;
864: close ledger;
865: l_coa_id := get_coa_id(ledger_id);
866:
867: value_return := fnd_request.set_mode(TRUE);
868: --+bug fix for bug#3278513, check the status of this batch
869: --+if it is 'S'= SELECTED and concurrent request is found and not COMPLETED
870: --+or it is 'I' = UNDERWAY and concurrent request is RUNNING then don't post
871: --+if the status is 'P', don't post again, just exit

Line 989: reqid := fnd_request.submit_request(

985: END IF;
986: CLOSE v_Ledger_Cursor;
987:
988: IF (l_ledger_id = -99) THEN
989: reqid := fnd_request.submit_request(
990: 'SQLGL',
991: 'GLPPOS',
992: '',
993: '',

Line 1011: reqid := fnd_request.submit_request(

1007: '', '', '', '', '', '', '', '', '', '',
1008: '', '', '', '', '', '', '', '', '', '',
1009: '');
1010: ELSE
1011: reqid := fnd_request.submit_request(
1012: 'SQLGL',
1013: 'GLPPOSS',
1014: '',
1015: '',