DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_CI_WORKFLOW_PKG

Line 1421: gl_ci_workflow_pkg.send_cit_wf_ntf(

1417: end if; --+ end of if Journal is Posted
1418: END LOOP;
1419: CLOSE v_ReturnCursor;
1420: --+send one email for all posting
1421: gl_ci_workflow_pkg.send_cit_wf_ntf(
1422: p_request_id, 'JOURNAL_POSTED', p_dblink, l_batch_name, --100 CHARS
1423: ' ', l_target_ledger_name, ' ', l_inter_run_id, l_post_run_id, l_reqPost_id,
1424: 0, ' ', ' ', 'JOURNAL_POSTED', ' ', from_ledger_id, l_import_message_body,l_post_request_id, l_return_code);
1425: --+bug#2750898, add more user friendly error message when

Line 1434: gl_ci_workflow_pkg.send_cit_wf_ntf(

1430: log_message('==>' || FND_MESSAGE.get, TRUE);
1431: end if;
1432: ELSE --+do not post, so send email at this point
1433: Compose_Import_message(l_reqJI_id, dblink,l_import_message_body);
1434: gl_ci_workflow_pkg.send_cit_wf_ntf(
1435: p_cons_request_id => p_request_id,
1436: p_Action => 'JOURNAL_IMPORTED',
1437: p_dblink => p_dblink,
1438: p_batch_name => ' ', --100 CHARS

Line 1508: gl_ci_workflow_pkg.send_cit_wf_ntf(

1504: global_retcode := 1;
1505: raise GLOBAL_ERROR;
1506: end if; --+end of if journal is imported
1507: ELSE --+data transfer only
1508: gl_ci_workflow_pkg.send_cit_wf_ntf(
1509: p_cons_request_id => p_request_id,
1510: p_Action => 'DATA_TRANSFER_DONE',
1511: p_dblink => p_dblink,
1512: p_batch_name => ' ', --100 CHARS