DBA Data[Home] [Help]

APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_XPRT_CZ_INT_PVT

Line 598: OKC_XPRT_CZ_INT_PVT.delete_publication

594:
595: -- for the model get all test publications and delete
596: FOR rec_get_publication_dtl IN csr_get_publication_dtl
597: LOOP
598: OKC_XPRT_CZ_INT_PVT.delete_publication
599: (
600: p_api_version => l_api_version,
601: p_init_msg_lst => FND_API.G_FALSE,
602: p_publication_id => rec_get_publication_dtl.publication_id,

Line 769: OKC_XPRT_CZ_INT_PVT.delete_ui_def

765: LOOP
766: FETCH csr_template_ui INTO l_ui_def_id;
767: EXIT WHEN csr_template_ui%NOTFOUND;
768: -- Call CZ delete UI API
769: OKC_XPRT_CZ_INT_PVT.delete_ui_def
770: (
771: p_api_version => l_api_version,
772: p_ui_def_id => l_ui_def_id,
773: x_return_status => x_return_status,

Line 790: OKC_XPRT_CZ_INT_PVT.create_jrad_ui

786: CLOSE csr_template_ui;
787:
788: -- Step 3:
789: -- Create a New UI for the template Model
790: OKC_XPRT_CZ_INT_PVT.create_jrad_ui
791: (
792: p_api_version => l_api_version,
793: p_devl_project_id => l_template_model_id,
794: p_show_all_nodes => '0',

Line 795: p_master_template_id => OKC_XPRT_CZ_INT_PVT.G_MASTER_UI_TMPLATE_ID,

791: (
792: p_api_version => l_api_version,
793: p_devl_project_id => l_template_model_id,
794: p_show_all_nodes => '0',
795: p_master_template_id => OKC_XPRT_CZ_INT_PVT.G_MASTER_UI_TMPLATE_ID,
796: p_create_empty_ui => '0',
797: x_ui_def_id => l_new_ui_def_id,
798: x_return_status => x_return_status,
799: x_msg_data => x_msg_data,

Line 812: OKC_XPRT_CZ_INT_PVT.generate_logic

808:
809:
810: -- Step 4:
811: -- Generate Logic for the template Model
812: OKC_XPRT_CZ_INT_PVT.generate_logic
813: (
814: p_api_version => l_api_version,
815: p_init_msg_lst => FND_API.G_FALSE,
816: p_devl_project_id => l_template_model_id,

Line 832: OKC_XPRT_CZ_INT_PVT.create_publication_request

828: END IF;
829:
830: -- Step 5:
831: -- Create a test publication for the template Model
832: OKC_XPRT_CZ_INT_PVT.create_publication_request
833: (
834: p_api_version => l_api_version,
835: p_init_msg_lst => FND_API.G_FALSE,
836: p_devl_project_id => l_template_model_id,

Line 855: OKC_XPRT_CZ_INT_PVT.publish_model

851:
852:
853: -- Step 6:
854: -- Publish test publication for the template Model
855: OKC_XPRT_CZ_INT_PVT.publish_model
856: (
857: p_api_version => l_api_version,
858: p_init_msg_lst => FND_API.G_FALSE,
859: p_publication_id => l_publication_id,

Line 1897: 'Calling OKC_XPRT_CZ_INT_PVT.delete_publication with parameters');

1893: G_MODULE||l_api_name,
1894: ' ********************************************************');
1895: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1896: G_MODULE||l_api_name,
1897: 'Calling OKC_XPRT_CZ_INT_PVT.delete_publication with parameters');
1898: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1899: G_MODULE||l_api_name,
1900: 'p_api_version : '||l_api_version);
1901: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,

Line 1908: OKC_XPRT_CZ_INT_PVT.delete_publication

1904: END IF;
1905:
1906:
1907: -- Call CZ delete publicaton API
1908: OKC_XPRT_CZ_INT_PVT.delete_publication
1909: (
1910: p_api_version => l_api_version,
1911: p_init_msg_lst => FND_API.G_FALSE,
1912: p_publication_id => l_publication_id,

Line 1926: 'After Calling OKC_XPRT_CZ_INT_PVT.delete_publication');

1922: G_MODULE||l_api_name,
1923: ' ********************************************************');
1924: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1925: G_MODULE||l_api_name,
1926: 'After Calling OKC_XPRT_CZ_INT_PVT.delete_publication');
1927: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1928: G_MODULE||l_api_name,
1929: 'x_return_status : '||x_return_status);
1930: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,

Line 1944: OKC_XPRT_CZ_INT_PVT.delete_ui_def

1940: END IF;
1941:
1942:
1943: -- Delete the UI attached to the above production publication
1944: OKC_XPRT_CZ_INT_PVT.delete_ui_def
1945: (
1946: p_api_version => l_api_version,
1947: p_ui_def_id => l_ui_def_id,
1948: x_return_status => x_return_status,

Line 1978: 'Calling OKC_XPRT_CZ_INT_PVT.delete_publication with parameters');

1974: G_MODULE||l_api_name,
1975: ' ********************************************************');
1976: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1977: G_MODULE||l_api_name,
1978: 'Calling OKC_XPRT_CZ_INT_PVT.delete_publication with parameters');
1979: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
1980: G_MODULE||l_api_name,
1981: 'p_api_version : '||l_api_version);
1982: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,

Line 1991: OKC_XPRT_CZ_INT_PVT.edit_publication

1987: 'p_publication_mode : '||G_TEST_MODE);
1988: END IF;
1989:
1990: -- Call CZ edit publicaton API
1991: OKC_XPRT_CZ_INT_PVT.edit_publication
1992: (
1993: p_api_version => l_api_version,
1994: p_init_msg_lst => FND_API.G_FALSE,
1995: p_publication_id => l_publication_id,

Line 2009: 'After Calling OKC_XPRT_CZ_INT_PVT.delete_publication');

2005: G_MODULE||l_api_name,
2006: ' ********************************************************');
2007: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
2008: G_MODULE||l_api_name,
2009: 'After Calling OKC_XPRT_CZ_INT_PVT.delete_publication');
2010: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,
2011: G_MODULE||l_api_name,
2012: 'x_return_status : '||x_return_status);
2013: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE ,

Line 4129: OKC_XPRT_CZ_INT_PVT.delete_configuration(

4125: --
4126: IF (l_old_config_header_id IS NOT NULL AND
4127: l_old_config_revision_number IS NOT NULL ) THEN
4128:
4129: OKC_XPRT_CZ_INT_PVT.delete_configuration(
4130: p_api_version => 1.0,
4131: p_init_msg_list => FND_API.G_FALSE,
4132: p_config_header_id => l_old_config_header_id,
4133: p_config_rev_nbr => l_old_config_revision_number,

Line 4358: OKC_XPRT_CZ_INT_PVT.delete_configuration(

4354: --
4355: IF (l_old_config_header_id IS NOT NULL AND
4356: l_old_config_revision_number IS NOT NULL ) THEN
4357:
4358: OKC_XPRT_CZ_INT_PVT.delete_configuration(
4359: p_api_version => 1.0,
4360: p_init_msg_list => FND_API.G_FALSE,
4361: p_config_header_id => l_old_config_header_id,
4362: p_config_rev_nbr => l_old_config_revision_number,

Line 6404: OKC_XPRT_CZ_INT_PVT.publication_for_product

6400: OPEN csr_template_key;
6401: FETCH csr_template_key INTO l_product_key;
6402: CLOSE csr_template_key;
6403:
6404: OKC_XPRT_CZ_INT_PVT.publication_for_product
6405: (
6406: p_api_version => p_api_version,
6407: p_init_msg_lst => p_init_msg_list,
6408: p_product_key => l_product_key,

Line 9166: OKC_XPRT_CZ_INT_PVT.batch_validate(

9162:
9163: --
9164: -- Invoke BV.
9165: --
9166: OKC_XPRT_CZ_INT_PVT.batch_validate(
9167: p_api_version => 1.0,
9168: p_init_msg_list => FND_API.G_FALSE,
9169: p_cz_xml_init_msg => l_cz_xml_init_msg,
9170: x_cz_xml_terminate_msg => l_xml_terminate_msg, -- this has been converted

Line 9245: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9241: --
9242: -- Delete BV Configuration from CZ.
9243: --
9244:
9245: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9246: p_api_version => 1.0,
9247: p_init_msg_list => FND_API.G_FALSE,
9248: p_config_header_id => l_new_config_header_id,
9249: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9295: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9291: --
9292: -- Delete BV Configuration from CZ.
9293: --
9294:
9295: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9296: p_api_version => 1.0,
9297: p_init_msg_list => FND_API.G_FALSE,
9298: p_config_header_id => l_new_config_header_id,
9299: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9340: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9336: -- delete config before return
9337: --
9338: -- Delete BV Configuration from CZ.
9339: --
9340: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9341: p_api_version => 1.0,
9342: p_init_msg_list => FND_API.G_FALSE,
9343: p_config_header_id => l_new_config_header_id,
9344: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9386: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9382: -- delete config before return
9383: --
9384: -- Delete BV Configuration from CZ.
9385: --
9386: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9387: p_api_version => 1.0,
9388: p_init_msg_list => FND_API.G_FALSE,
9389: p_config_header_id => l_new_config_header_id,
9390: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9414: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9410: -- delete config before return
9411: --
9412: -- Delete BV Configuration from CZ.
9413: --
9414: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9415: p_api_version => 1.0,
9416: p_init_msg_list => FND_API.G_FALSE,
9417: p_config_header_id => l_new_config_header_id,
9418: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9622: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9618: --
9619: --Bug#4757962 In DEV mode do not delete configuration
9620: --CODE MODIFIED BY KARTIK ADDED AUTHORING MODE FOR NOT TO DELETE CONFIGURATION-----------------------------
9621: IF(p_bv_mode = 'QA') THEN
9622: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9623: p_api_version => 1.0,
9624: p_init_msg_list => FND_API.G_FALSE,
9625: p_config_header_id => l_new_config_header_id,
9626: p_config_rev_nbr => l_new_config_rev_nbr,