DBA Data[Home] [Help]

APPS.OKC_XPRT_UTIL_PVT dependencies on OKC_XPRT_CZ_INT_PVT

Line 600: OKC_XPRT_CZ_INT_PVT.delete_publication

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

Line 771: OKC_XPRT_CZ_INT_PVT.delete_ui_def

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

Line 792: OKC_XPRT_CZ_INT_PVT.create_jrad_ui

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

Line 797: p_master_template_id => OKC_XPRT_CZ_INT_PVT.G_MASTER_UI_TMPLATE_ID,

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

Line 814: OKC_XPRT_CZ_INT_PVT.generate_logic

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

Line 834: OKC_XPRT_CZ_INT_PVT.create_publication_request

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

Line 857: OKC_XPRT_CZ_INT_PVT.publish_model

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

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

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

Line 1910: OKC_XPRT_CZ_INT_PVT.delete_publication

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

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

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

Line 1946: OKC_XPRT_CZ_INT_PVT.delete_ui_def

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

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

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

Line 1993: OKC_XPRT_CZ_INT_PVT.edit_publication

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

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

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

Line 4286: OKC_XPRT_CZ_INT_PVT.delete_configuration(

4282: --
4283: IF (l_old_config_header_id IS NOT NULL AND
4284: l_old_config_revision_number IS NOT NULL ) THEN
4285:
4286: OKC_XPRT_CZ_INT_PVT.delete_configuration(
4287: p_api_version => 1.0,
4288: p_init_msg_list => FND_API.G_FALSE,
4289: p_config_header_id => l_old_config_header_id,
4290: p_config_rev_nbr => l_old_config_revision_number,

Line 4556: OKC_XPRT_CZ_INT_PVT.delete_configuration(

4552: --
4553: IF (l_old_config_header_id IS NOT NULL AND
4554: l_old_config_revision_number IS NOT NULL ) THEN
4555:
4556: OKC_XPRT_CZ_INT_PVT.delete_configuration(
4557: p_api_version => 1.0,
4558: p_init_msg_list => FND_API.G_FALSE,
4559: p_config_header_id => l_old_config_header_id,
4560: p_config_rev_nbr => l_old_config_revision_number,

Line 6602: OKC_XPRT_CZ_INT_PVT.publication_for_product

6598: OPEN csr_template_key;
6599: FETCH csr_template_key INTO l_product_key;
6600: CLOSE csr_template_key;
6601:
6602: OKC_XPRT_CZ_INT_PVT.publication_for_product
6603: (
6604: p_api_version => p_api_version,
6605: p_init_msg_lst => p_init_msg_list,
6606: p_product_key => l_product_key,

Line 9762: OKC_XPRT_CZ_INT_PVT.batch_validate(

9758:
9759: --
9760: -- Invoke BV.
9761: --
9762: OKC_XPRT_CZ_INT_PVT.batch_validate(
9763: p_api_version => 1.0,
9764: p_init_msg_list => FND_API.G_FALSE,
9765: p_cz_xml_init_msg => l_cz_xml_init_msg,
9766: x_cz_xml_terminate_msg => l_xml_terminate_msg, -- this has been converted

Line 9841: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9837: --
9838: -- Delete BV Configuration from CZ.
9839: --
9840:
9841: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9842: p_api_version => 1.0,
9843: p_init_msg_list => FND_API.G_FALSE,
9844: p_config_header_id => l_new_config_header_id,
9845: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9891: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9887: --
9888: -- Delete BV Configuration from CZ.
9889: --
9890:
9891: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9892: p_api_version => 1.0,
9893: p_init_msg_list => FND_API.G_FALSE,
9894: p_config_header_id => l_new_config_header_id,
9895: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9936: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9932: -- delete config before return
9933: --
9934: -- Delete BV Configuration from CZ.
9935: --
9936: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9937: p_api_version => 1.0,
9938: p_init_msg_list => FND_API.G_FALSE,
9939: p_config_header_id => l_new_config_header_id,
9940: p_config_rev_nbr => l_new_config_rev_nbr,

Line 9982: OKC_XPRT_CZ_INT_PVT.delete_configuration(

9978: -- delete config before return
9979: --
9980: -- Delete BV Configuration from CZ.
9981: --
9982: OKC_XPRT_CZ_INT_PVT.delete_configuration(
9983: p_api_version => 1.0,
9984: p_init_msg_list => FND_API.G_FALSE,
9985: p_config_header_id => l_new_config_header_id,
9986: p_config_rev_nbr => l_new_config_rev_nbr,

Line 10010: OKC_XPRT_CZ_INT_PVT.delete_configuration(

10006: -- delete config before return
10007: --
10008: -- Delete BV Configuration from CZ.
10009: --
10010: OKC_XPRT_CZ_INT_PVT.delete_configuration(
10011: p_api_version => 1.0,
10012: p_init_msg_list => FND_API.G_FALSE,
10013: p_config_header_id => l_new_config_header_id,
10014: p_config_rev_nbr => l_new_config_rev_nbr,

Line 10218: OKC_XPRT_CZ_INT_PVT.delete_configuration(

10214: --
10215: --Bug#4757962 In DEV mode do not delete configuration
10216: --CODE MODIFIED BY KARTIK ADDED AUTHORING MODE FOR NOT TO DELETE CONFIGURATION-----------------------------
10217: IF(p_bv_mode = 'QA') THEN
10218: OKC_XPRT_CZ_INT_PVT.delete_configuration(
10219: p_api_version => 1.0,
10220: p_init_msg_list => FND_API.G_FALSE,
10221: p_config_header_id => l_new_config_header_id,
10222: p_config_rev_nbr => l_new_config_rev_nbr,