DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_CI_WORKFLOW_PKG

Line 1382: gl_ci_workflow_pkg.send_cit_wf_ntf(

1378: end if; --+ end of if Journal is Posted
1379: END LOOP;
1380: CLOSE v_ReturnCursor;
1381: --+send one email for all posting
1382: gl_ci_workflow_pkg.send_cit_wf_ntf(
1383: p_request_id, 'JOURNAL_POSTED', p_dblink, l_batch_name, --100 CHARS
1384: ' ', l_target_ledger_name, ' ', l_inter_run_id, l_post_run_id, l_reqPost_id,
1385: 0, ' ', ' ', 'JOURNAL_POSTED', ' ', from_ledger_id, l_import_message_body,l_post_request_id, l_return_code);
1386: --+bug#2750898, add more user friendly error message when

Line 1395: gl_ci_workflow_pkg.send_cit_wf_ntf(

1391: log_message('==>' || FND_MESSAGE.get, TRUE);
1392: end if;
1393: ELSE --+do not post, so send email at this point
1394: Compose_Import_message(l_reqJI_id, dblink,l_import_message_body);
1395: gl_ci_workflow_pkg.send_cit_wf_ntf(
1396: p_cons_request_id => p_request_id,
1397: p_Action => 'JOURNAL_IMPORTED',
1398: p_dblink => p_dblink,
1399: p_batch_name => ' ', --100 CHARS

Line 1469: gl_ci_workflow_pkg.send_cit_wf_ntf(

1465: global_retcode := 1;
1466: raise GLOBAL_ERROR;
1467: end if; --+end of if journal is imported
1468: ELSE --+data transfer only
1469: gl_ci_workflow_pkg.send_cit_wf_ntf(
1470: p_cons_request_id => p_request_id,
1471: p_Action => 'DATA_TRANSFER_DONE',
1472: p_dblink => p_dblink,
1473: p_batch_name => ' ', --100 CHARS