DBA Data[Home] [Help]

APPS.ECX_ATTACHMENT dependencies on WF_CORE

Line 91: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

87: ecx_debug.log(l_statement,'i_file_format', i_file_format,i_method_name);
88: end if;
89:
90: -- Check mode
91: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
92: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
93:
94: l_install_mode := wf_core.translate('WF_INSTALL');
95: IF (l_install_mode = 'EMBEDDED') THEN

Line 94: l_install_mode := wf_core.translate('WF_INSTALL');

90: -- Check mode
91: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
92: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
93:
94: l_install_mode := wf_core.translate('WF_INSTALL');
95: IF (l_install_mode = 'EMBEDDED') THEN
96:
97: -- Insert a record in fnd_documents representing the current
98: -- attachment

Line 473: l_install_mode := wf_core.translate('WF_INSTALL');

469:
470: END IF;
471:
472: -- Check mode
473: l_install_mode := wf_core.translate('WF_INSTALL');
474: IF (l_install_mode = 'EMBEDDED') THEN
475:
476: -- Retrieve ECX_ATTACHMENT name/value pairs, which may have registered earlier
477: l_progress := '0000';

Line 642: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

638:
639: END IF;
640:
641: -- Check mode
642: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
643: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
644:
645: l_install_mode := wf_core.translate('WF_INSTALL');
646: IF (l_install_mode = 'EMBEDDED') THEN

Line 645: l_install_mode := wf_core.translate('WF_INSTALL');

641: -- Check mode
642: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
643: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
644:
645: l_install_mode := wf_core.translate('WF_INSTALL');
646: IF (l_install_mode = 'EMBEDDED') THEN
647:
648: -- Retrieve ECX_ATTACHMENT name/value pairs from the
649: -- ecx_utils.g_event workflow event

Line 1064: l_install_mode := wf_core.translate('WF_INSTALL');

1060: if(l_statementEnabled) then
1061: ecx_debug.log(l_statement,'i_msgid', i_msgid,i_method_name);
1062: end if;
1063:
1064: l_install_mode := wf_core.translate('WF_INSTALL');
1065: IF (ecx_utils.g_event is NULL) THEN
1066:
1067: wf_event_t.initialize(ecx_utils.g_event);
1068:

Line 1157: l_install_mode := wf_core.translate('WF_INSTALL');

1153: if(l_statementEnabled) then
1154: ecx_debug.log(l_statement,'i_msgid', i_msgid,i_method_name);
1155: end if;
1156:
1157: l_install_mode := wf_core.translate('WF_INSTALL');
1158: IF (i_event is not NULL) THEN
1159:
1160: l_parameterList := wf_event_t.getParameterList(i_event);
1161: l_attachments_info := wf_event.getValueForParameter(ecx_attachment.ECX_UTIL_EVENT_ATTACHMENT,

Line 1350: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

1346: ecx_debug.log(l_statement,'i_cid', i_cid,i_method_name);
1347: end if;
1348:
1349: -- Check mode
1350: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1351: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
1352:
1353: l_install_mode := wf_core.translate('WF_INSTALL');
1354: IF (l_install_mode = 'EMBEDDED') THEN

Line 1353: l_install_mode := wf_core.translate('WF_INSTALL');

1349: -- Check mode
1350: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1351: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
1352:
1353: l_install_mode := wf_core.translate('WF_INSTALL');
1354: IF (l_install_mode = 'EMBEDDED') THEN
1355:
1356: l_progress := '0000';
1357: SELECT fid, datatype

Line 1489: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

1485: ecx_debug.log(l_statement,'i_cid', i_cid,i_method_name);
1486: end if;
1487:
1488: -- Check mode
1489: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1490: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
1491:
1492: l_install_mode := wf_core.translate('WF_INSTALL');
1493: IF (l_install_mode = 'EMBEDDED') THEN

Line 1492: l_install_mode := wf_core.translate('WF_INSTALL');

1488: -- Check mode
1489: -- ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1490: -- IF (ecx_utils.g_install_mode = 'EMBEDDED') THEN
1491:
1492: l_install_mode := wf_core.translate('WF_INSTALL');
1493: IF (l_install_mode = 'EMBEDDED') THEN
1494:
1495: l_progress := '0000';
1496: SELECT fid, datatype

Line 1632: l_install_mode := wf_core.translate('WF_INSTALL');

1628: ecx_debug.log(l_statement,'i_data_type', i_data_type,i_method_name);
1629: end if;
1630:
1631: -- Check mode
1632: l_install_mode := wf_core.translate('WF_INSTALL');
1633: IF (l_install_mode = 'EMBEDDED') THEN
1634:
1635: l_progress := '0000';
1636: IF ((i_file_id is NOT NULL) AND (i_data_type is NOT NULL)) THEN

Line 1784: l_install_mode := wf_core.translate('WF_INSTALL');

1780: END IF;
1781:
1782:
1783: -- Check mode
1784: l_install_mode := wf_core.translate('WF_INSTALL');
1785: IF (l_install_mode = 'EMBEDDED') THEN
1786:
1787: l_progress := '0000';
1788: SELECT fid, datatype