DBA Data[Home] [Help]

APPS.IGS_CO_PROCESS dependencies on JTF_FM_REQUEST_GRP

Line 19: fax number is passed to jtf_fm_request_grp.get_content_xml as p_fax.

15: ssaleem 09-SEP-2004 3630073. Added p_org_unit_id as a new parameter
16: ssawhney 3-may-04 IBC.C patchset changes bug 3565861 + 3442719 + signature of corp_get_letter_type changed + interaction history signature changes
17: citemverid changes.
18: gmaheswa 15-Nov-2003 Bug : 3006800 Added New parameter p_fax_number in corp_submit_fulfil_request and
19: fax number is passed to jtf_fm_request_grp.get_content_xml as p_fax.
20: ssaleem 28-OCT-2003 Bug : 3198795
21: Part of the Dynamic/Static Person Groups modifications,
22: Procedure corp_get_parameter_value is modified.
23: npalanis 23-OCT-2002 Bug : 2547368

Line 770: Replace the three CRM API calls jtf_fm_request_grp.start_request, jtf_fm_request_grp.get_content_xml and

766: kpadiyar 19-NOV-2002 Added check if hold exists - Correspondence Enhancement - SWS102
767: Added check for relation between document and query and pass
768: the content type as relevant.
769: kumma 07-JUN-2003 2853531, Changed the cursor cur_get_sub to use the lookup type also
770: Replace the three CRM API calls jtf_fm_request_grp.start_request, jtf_fm_request_grp.get_content_xml and
771: jtf_fm_request_grp.submit_request into a single API Call of IGS_CO_API.SEND_REQUEST, which inturn calls
772: the create_fulfillment CRM API.
773: kumma 21-AUG-2003 3104787, Added the code to check if the query is attached with a template and accordingly pass the content type 'QUERY' or 'DATA'
774: Modified the else condition to not to consider the Adhoc letters while binding the bind variables.

Line 771: jtf_fm_request_grp.submit_request into a single API Call of IGS_CO_API.SEND_REQUEST, which inturn calls

767: Added check for relation between document and query and pass
768: the content type as relevant.
769: kumma 07-JUN-2003 2853531, Changed the cursor cur_get_sub to use the lookup type also
770: Replace the three CRM API calls jtf_fm_request_grp.start_request, jtf_fm_request_grp.get_content_xml and
771: jtf_fm_request_grp.submit_request into a single API Call of IGS_CO_API.SEND_REQUEST, which inturn calls
772: the create_fulfillment CRM API.
773: kumma 21-AUG-2003 3104787, Added the code to check if the query is attached with a template and accordingly pass the content type 'QUERY' or 'DATA'
774: Modified the else condition to not to consider the Adhoc letters while binding the bind variables.
775: ssaleem 09-SEP-2004 3630073. Added p_org_unit_id as a new parameter

Line 794: l_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;

790: l_doc_desc igs_co_mapping_v.name%TYPE;
791: l_msg_count NUMBER;
792: l_msg_data VARCHAR2(2000);
793: l_content_xml VARCHAR2(5000);
794: l_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
795: l_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
796: l_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
797: l_return_status VARCHAR2(30);
798: l_awd_cal_type igs_co_itm.cal_type%TYPE;

Line 795: l_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;

791: l_msg_count NUMBER;
792: l_msg_data VARCHAR2(2000);
793: l_content_xml VARCHAR2(5000);
794: l_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
795: l_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
796: l_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
797: l_return_status VARCHAR2(30);
798: l_awd_cal_type igs_co_itm.cal_type%TYPE;
799: l_awd_seq_number igs_co_itm.ci_sequence_number%TYPE;

Line 796: l_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;

792: l_msg_data VARCHAR2(2000);
793: l_content_xml VARCHAR2(5000);
794: l_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
795: l_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
796: l_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
797: l_return_status VARCHAR2(30);
798: l_awd_cal_type igs_co_itm.cal_type%TYPE;
799: l_awd_seq_number igs_co_itm.ci_sequence_number%TYPE;
800: l_reply_date DATE;

Line 851: le_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;

847: l_tmp_var VARCHAR2(4000);
848: l_tmp_var1 VARCHAR2(4000);
849: l_version_id NUMBER;
850: -- Empty Arrays to reset the value
851: le_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
852: le_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
853: le_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
854: l_query_exists VARCHAR2(1);
855: l_citem_ver_id NUMBER;

Line 852: le_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;

848: l_tmp_var1 VARCHAR2(4000);
849: l_version_id NUMBER;
850: -- Empty Arrays to reset the value
851: le_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
852: le_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
853: le_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
854: l_query_exists VARCHAR2(1);
855: l_citem_ver_id NUMBER;
856: l_extended_header VARCHAR2(32000);

Line 853: le_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;

849: l_version_id NUMBER;
850: -- Empty Arrays to reset the value
851: le_varchar_tbl_bind_var jtf_fm_request_grp.g_varchar_tbl_type;
852: le_varchar_tbl_bind_var_type jtf_fm_request_grp.g_varchar_tbl_type;
853: le_varchar_tbl_bind_val jtf_fm_request_grp.g_varchar_tbl_type;
854: l_query_exists VARCHAR2(1);
855: l_citem_ver_id NUMBER;
856: l_extended_header VARCHAR2(32000);
857: l_id VARCHAR2(500);

Line 1064: jtf_fm_request_grp.start_request (

1060: -- To start the submit fulfilment request by invoking CRM API
1061: --
1062:
1063:
1064: jtf_fm_request_grp.start_request (
1065: p_api_version => 1,
1066: p_init_msg_list => 'T',
1067: x_return_status => l_return_status,
1068: x_msg_count => l_msg_count,

Line 1346: jtf_fm_request_grp.get_content_xml (

1342: fnd_log.string_with_context( fnd_log.level_procedure,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1343: END IF;
1344: --**
1345:
1346: jtf_fm_request_grp.get_content_xml (
1347: p_api_version => 1,
1348: p_init_msg_list => 'T',
1349: x_return_status => l_return_status,
1350: x_msg_count => l_msg_count,

Line 1551: jtf_fm_request_grp.send_request (

1547: fnd_log.string_with_context( fnd_log.level_procedure,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1548: END IF;
1549: --**
1550:
1551: jtf_fm_request_grp.send_request (
1552: p_api_version => 1,
1553: p_init_msg_list => 'T',
1554: x_return_status => l_return_status,
1555: x_msg_count => l_msg_count,

Line 1582: jtf_fm_request_grp.submit_request (

1578:
1579: ELSE
1580: -- Submit the request as per pre-preview and edit
1581:
1582: jtf_fm_request_grp.submit_request (
1583: p_api_version => 1,
1584: p_init_msg_list => 'T',
1585: x_return_status => l_return_status,
1586: x_msg_count => l_msg_count,