DBA Data[Home] [Help]

APPS.OKC_PROCESS_PUB dependencies on OKC_PROCESS_PVT

Line 83: okc_process_pvt.add_language;

79: END migrate_pdpv;
80:
81: PROCEDURE add_language IS
82: BEGIN
83: okc_process_pvt.add_language;
84: END;
85:
86: --Object type procedure for insert
87: PROCEDURE create_process_def(

Line 112: okc_process_pvt.create_process_def(

108: raise OKC_API.G_EXCEPTION_ERROR;
109: END IF;
110:
111: -- Call to Complex API procedure
112: okc_process_pvt.create_process_def(
113: p_api_version,
114: p_init_msg_list,
115: x_return_status,
116: x_msg_count,

Line 184: okc_process_pvt.update_process_def(

180: raise OKC_API.G_EXCEPTION_ERROR;
181: END IF;
182:
183: --Call to Complex API procedure
184: okc_process_pvt.update_process_def(
185: p_api_version,
186: p_init_msg_list,
187: x_return_status,
188: x_msg_count,

Line 253: okc_process_pvt.validate_process_def(

249: ELSIF (l_return_status = OKC_API.G_RET_STS_ERROR) THEN
250: raise OKC_API.G_EXCEPTION_ERROR;
251: END IF;
252:
253: okc_process_pvt.validate_process_def(
254: p_api_version,
255: p_init_msg_list,
256: x_return_status,
257: x_msg_count,

Line 341: okc_process_pvt.create_proc_def(p_api_version => p_api_version,

337: --get values back from hook call
338: l_pdfv_rec := migrate_pdfv(l_pdfv_rec, g_pdfv_rec);
339:
340: -- Call to procedure of complex API
341: okc_process_pvt.create_proc_def(p_api_version => p_api_version,
342: p_init_msg_list => p_init_msg_list,
343: x_return_status => x_return_status,
344: x_msg_count => x_msg_count,
345: x_msg_data => x_msg_data,

Line 483: okc_process_pvt.lock_proc_def(p_api_version => p_api_version,

479: RAISE OKC_API.G_EXCEPTION_ERROR;
480: END IF;
481:
482: -- Call to procedure of complex API
483: okc_process_pvt.lock_proc_def(p_api_version => p_api_version,
484: p_init_msg_list => p_init_msg_list,
485: x_return_status => x_return_status,
486: x_msg_count => x_msg_count,
487: x_msg_data => x_msg_data,

Line 624: okc_process_pvt.update_proc_def(p_api_version => p_api_version,

620: --get values back from hook call
621: l_pdfv_rec := migrate_pdfv(l_pdfv_rec, g_pdfv_rec);
622:
623: -- Call to procedure of complex API
624: okc_process_pvt.update_proc_def(p_api_version => p_api_version,
625: p_init_msg_list => p_init_msg_list,
626: x_return_status => x_return_status,
627: x_msg_count => x_msg_count,
628: x_msg_data => x_msg_data,

Line 782: okc_process_pvt.delete_proc_def(p_api_version => p_api_version,

778: --get values back from hook call
779: l_pdfv_rec := migrate_pdfv(l_pdfv_rec, g_pdfv_rec);
780:
781: -- Call to procedure of complex API
782: okc_process_pvt.delete_proc_def(p_api_version => p_api_version,
783: p_init_msg_list => p_init_msg_list,
784: x_return_status => x_return_status,
785: x_msg_count => x_msg_count,
786: x_msg_data => x_msg_data,

Line 935: okc_process_pvt.validate_proc_def(p_api_version => p_api_version,

931: --get values back from hook call
932: l_pdfv_rec := migrate_pdfv(l_pdfv_rec, g_pdfv_rec);
933:
934: -- Call to procedure of complex API
935: okc_process_pvt.validate_proc_def(p_api_version => p_api_version,
936: p_init_msg_list => p_init_msg_list,
937: x_return_status => x_return_status,
938: x_msg_count => x_msg_count,
939: x_msg_data => x_msg_data,

Line 1090: okc_process_pvt.create_proc_def_parms(p_api_version => p_api_version,

1086: --get values back from hook call
1087: l_pdpv_rec := migrate_pdpv(l_pdpv_rec, g_pdpv_rec);
1088:
1089: -- Call to procedure of complex API
1090: okc_process_pvt.create_proc_def_parms(p_api_version => p_api_version,
1091: p_init_msg_list => p_init_msg_list,
1092: x_return_status => x_return_status,
1093: x_msg_count => x_msg_count,
1094: x_msg_data => x_msg_data,

Line 1232: okc_process_pvt.lock_proc_def_parms(p_api_version => p_api_version,

1228: RAISE OKC_API.G_EXCEPTION_ERROR;
1229: END IF;
1230:
1231: -- Call to procedure of complex API
1232: okc_process_pvt.lock_proc_def_parms(p_api_version => p_api_version,
1233: p_init_msg_list => p_init_msg_list,
1234: x_return_status => x_return_status,
1235: x_msg_count => x_msg_count,
1236: x_msg_data => x_msg_data,

Line 1371: okc_process_pvt.update_proc_def_parms(p_api_version => p_api_version,

1367: --get values back from hook call
1368: l_pdpv_rec := migrate_pdpv(l_pdpv_rec, g_pdpv_rec);
1369:
1370: -- Call to procedure of complex API
1371: okc_process_pvt.update_proc_def_parms(p_api_version => p_api_version,
1372: p_init_msg_list => p_init_msg_list,
1373: x_return_status => x_return_status,
1374: x_msg_count => x_msg_count,
1375: x_msg_data => x_msg_data,

Line 1530: okc_process_pvt.delete_proc_def_parms(p_api_version => p_api_version,

1526: --get values back from hook call
1527: l_pdpv_rec := migrate_pdpv(l_pdpv_rec, g_pdpv_rec);
1528:
1529: -- Call to procedure of complex API
1530: okc_process_pvt.delete_proc_def_parms(p_api_version => p_api_version,
1531: p_init_msg_list => p_init_msg_list,
1532: x_return_status => x_return_status,
1533: x_msg_count => x_msg_count,
1534: x_msg_data => x_msg_data,

Line 1683: okc_process_pvt.validate_proc_def_parms(p_api_version => p_api_version,

1679: --get values back from hook call
1680: l_pdpv_rec := migrate_pdpv(l_pdpv_rec, g_pdpv_rec);
1681:
1682: -- Call to procedure of complex API
1683: okc_process_pvt.validate_proc_def_parms(p_api_version => p_api_version,
1684: p_init_msg_list => p_init_msg_list,
1685: x_return_status => x_return_status,
1686: x_msg_count => x_msg_count,
1687: x_msg_data => x_msg_data,

Line 1797: PROCESSING: call the complex API OKC_PROCESS_PVT.validate_dbnames to validate that the

1793:
1794: /* -----------------------------------------------------------------------------------------
1795: PROCEDURE: validate_dbnames
1796: INPUT: runtime wf or package names passed form OKCEXPRO.fmb
1797: PROCESSING: call the complex API OKC_PROCESS_PVT.validate_dbnames to validate that the
1798: workflow name/process or the package/procedure name exist
1799: OUTPUT: error messages APP_EXCEPTION
1800:
1801: -----------------------------------------------------------------------------------------

Line 1829: okc_process_pvt.validate_dbnames(

1825: l_pdfv_rec.procedure_name := p_procedure;
1826:
1827: -- Call to Complex API procedure
1828: --
1829: okc_process_pvt.validate_dbnames(
1830: p_api_version,
1831: p_init_msg_list,
1832: x_return_status,
1833: x_msg_count,