DBA Data[Home] [Help]

APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_API

Line 11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;

7: ---------------------------------------------------------------------------
8: -- Global VARIABLES
9: ---------------------------------------------------------------------------
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_MANAGE_DELIVERABLES_GRP';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;
12: g_module CONSTANT VARCHAR2(250) := 'okc.plsql.'||g_pkg_name||'.';
13: G_ENTITY_NAME CONSTANT VARCHAR2(40) := 'OKC_DELIVERABLES';
14:
15: ------------------------------------------------------------------------------

Line 187: Okc_Api.Set_Message(G_APP_NAME,

183: WHEN OTHERS THEN
184: IF ( FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
185: FND_LOG.STRING( FND_LOG.LEVEL_UNEXPECTED ,g_module||l_api_name,'1000: Leaving '||G_PKG_NAME ||'.'||l_api_name);
186: END IF;
187: Okc_Api.Set_Message(G_APP_NAME,
188: 'OKC_DEL_ERR_CHK_INSTS_STS');
189: RAISE FND_API.G_EXC_ERROR;
190: END;
191:

Line 682: Okc_Api.Set_Message(G_APP_NAME,

678: WHEN OTHERS THEN
679: IF ( FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
680: FND_LOG.STRING( FND_LOG.LEVEL_UNEXPECTED ,g_module||l_api_name,'1000: Leaving '||G_PKG_NAME ||'.'||l_api_name);
681: END IF;
682: Okc_Api.Set_Message(G_APP_NAME,
683: 'OKC_DEL_ERR_GEN_INSTS');
684: RAISE FND_API.G_EXC_ERROR;
685: END; -- generate_del_instances
686:

Line 733: Okc_Api.Set_Message(G_APP_NAME,

729: WHEN OTHERS THEN
730: IF ( FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
731: FND_LOG.STRING( FND_LOG.LEVEL_UNEXPECTED ,g_module||l_api_name,'1000: Leaving '||G_PKG_NAME ||'.'||l_api_name);
732: END IF;
733: Okc_Api.Set_Message(G_APP_NAME,
734: 'OKC_DEL_ERR_EVT_DTLS');
735: RAISE FND_API.G_EXC_ERROR;
736:
737: END;

Line 780: Okc_Api.Set_Message(G_APP_NAME

776: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE ,g_module||l_api_name,'600: Bus dod event date'||p_event_date);
777: END IF;
778:
779: IF p_bus_doc_id = NULL THEN
780: Okc_Api.Set_Message(G_APP_NAME
781: ,'OKC_DEL_NO_PARAMS');
782: RAISE FND_API.G_EXC_ERROR;
783: END IF;
784: IF p_bus_doc_type = NULL THEN

Line 785: Okc_Api.Set_Message(G_APP_NAME

781: ,'OKC_DEL_NO_PARAMS');
782: RAISE FND_API.G_EXC_ERROR;
783: END IF;
784: IF p_bus_doc_type = NULL THEN
785: Okc_Api.Set_Message(G_APP_NAME
786: ,'OKC_DEL_NO_PARAMS');
787: RAISE FND_API.G_EXC_ERROR;
788: END IF;
789: IF p_bus_doc_version = NULL THEN

Line 790: Okc_Api.Set_Message(G_APP_NAME

786: ,'OKC_DEL_NO_PARAMS');
787: RAISE FND_API.G_EXC_ERROR;
788: END IF;
789: IF p_bus_doc_version = NULL THEN
790: Okc_Api.Set_Message(G_APP_NAME
791: ,'OKC_DEL_NO_PARAMS');
792: RAISE FND_API.G_EXC_ERROR;
793: END IF;
794: IF p_event_code = NULL THEN

Line 795: Okc_Api.Set_Message(G_APP_NAME

791: ,'OKC_DEL_NO_PARAMS');
792: RAISE FND_API.G_EXC_ERROR;
793: END IF;
794: IF p_event_code = NULL THEN
795: Okc_Api.Set_Message(G_APP_NAME
796: ,'OKC_DEL_NO_PARAMS');
797: RAISE FND_API.G_EXC_ERROR;
798: END IF;
799: IF p_event_date = NULL THEN

Line 800: Okc_Api.Set_Message(G_APP_NAME

796: ,'OKC_DEL_NO_PARAMS');
797: RAISE FND_API.G_EXC_ERROR;
798: END IF;
799: IF p_event_date = NULL THEN
800: Okc_Api.Set_Message(G_APP_NAME
801: ,'OKC_DEL_NO_PARAMS');
802: RAISE FND_API.G_EXC_ERROR;
803: END IF;
804:

Line 981: Okc_Api.Set_Message(G_APP_NAME,

977: END IF;
978:
979: IF p_event_id is NULL OR p_event_UOM is NULL OR p_event_duration is NULL THEN
980:
981: Okc_Api.Set_Message(G_APP_NAME,
982: 'OKC_DEL_NOT_RSLV_EVTS');
983: RAISE FND_API.G_EXC_ERROR;
984:
985: END IF;

Line 1013: Okc_Api.Set_Message(G_APP_NAME,

1009: p_duration => p_event_duration,
1010: p_before_after => l_del_before_after);
1011:
1012: IF l_actual_date is NULL THEN
1013: Okc_Api.Set_Message(G_APP_NAME,
1014: 'OKC_DEL_DT_NOT_RSLVD');
1015: RAISE FND_API.G_EXC_ERROR;
1016: END IF;
1017:

Line 1039: Okc_Api.Set_Message(G_APP_NAME,

1035: p_timeunit => p_event_UOM,
1036: p_duration => p_event_duration,
1037: p_before_after => l_del_before_after);
1038: /* IF l_actual_date is NULL THEN
1039: Okc_Api.Set_Message(G_APP_NAME,
1040: 'OKC_DEL_DT_NOT_RSLVD');
1041: RAISE FND_API.G_EXC_ERROR;
1042: END IF; */
1043:

Line 1353: Okc_Api.Set_Message(G_APP_NAME,

1349: END IF;
1350:
1351: -- unexpected error
1352: IF l_has_instances_yn is null THEN
1353: Okc_Api.Set_Message(G_APP_NAME,
1354: 'OKC_DEL_ERR_GET_INSTS');
1355: RAISE FND_API.G_EXC_ERROR;
1356: END IF;
1357:

Line 1405: Okc_Api.Set_Message(G_APP_NAME,

1401: -- to resolve relative end date check if due dates table is
1402: -- not empty
1403: /*--Commenting out as part of fix for bug 4030982--
1404: IF p_bus_doc_date_events_tbl.count = 0 THEN
1405: Okc_Api.Set_Message(G_APP_NAME,
1406: 'OKC_DEL_ERR_DTS_EMPY');
1407: RAISE FND_API.G_EXC_ERROR;
1408: END IF;
1409: */

Line 1437: Okc_Api.Set_Message(G_APP_NAME,

1433: END IF; --- End Date is Evaluated
1434:
1435: -- By this time l_recurr_end_date should not be NULL
1436: IF l_recurr_end_date is NULL THEN
1437: Okc_Api.Set_Message(G_APP_NAME,
1438: 'OKC_DEL_END_DT_NOT_FOUND');
1439: RAISE FND_API.G_EXC_ERROR;
1440: END IF;
1441:

Line 1670: Okc_Api.Set_Message(G_APP_NAME,

1666: l_recurr_start_date := delRecTab(i).fixed_start_date;
1667:
1668: -- By this time l_recurr_start_date should not be NULL
1669: IF l_recurr_start_date is NULL THEN
1670: Okc_Api.Set_Message(G_APP_NAME,
1671: 'OKC_DEL_ST_DT_NOT_FOUND');
1672: RAISE FND_API.G_EXC_ERROR;
1673: END IF;
1674: END IF; --- Start date resolved

Line 1717: Okc_Api.Set_Message(G_APP_NAME,

1713:
1714: END IF; --- get the end date
1715:
1716: IF l_recurr_end_date is NULL THEN
1717: Okc_Api.Set_Message(G_APP_NAME,
1718: 'OKC_DEL_END_DT_NOT_FOUND');
1719: RAISE FND_API.G_EXC_ERROR;
1720: END IF;
1721:

Line 1733: Okc_Api.Set_Message(G_APP_NAME,

1729: delRecTab(i).REPEATING_DAY_OF_WEEK);
1730:
1731: -- if both frequency values ar null
1732: IF (l_repeat_day_of_month is NULL AND l_repeat_day_of_week is NULL) THEN
1733: Okc_Api.Set_Message(G_APP_NAME,
1734: 'OKC_DEL_RECUR_FRQ_NOT_FOUND');
1735: RAISE FND_API.G_EXC_ERROR;
1736: END IF;
1737:

Line 2368: Okc_Api.Set_Message(G_APP_NAME,

2364: END IF;
2365:
2366: --- raise exception if END is NULL
2367: IF l_recurr_end_date is NULL THEN
2368: Okc_Api.Set_Message(G_APP_NAME,
2369: 'OKC_DEL_END_DT_NOT_FOUND');
2370: RAISE FND_API.G_EXC_ERROR;
2371: END IF;
2372:

Line 2382: Okc_Api.Set_Message(G_APP_NAME,

2378: delRecTab(i).REPEATING_DAY_OF_WEEK);
2379:
2380: -- if both frequency values ar null
2381: IF (l_repeat_day_of_month is NULL AND l_repeat_day_of_week is NULL) THEN
2382: Okc_Api.Set_Message(G_APP_NAME,
2383: 'OKC_DEL_RECUR_FRQ_NOT_FOUND');
2384: RAISE FND_API.G_EXC_ERROR;
2385: END IF;
2386:

Line 2460: Okc_Api.Set_Message(G_APP_NAME,

2456: END IF;
2457:
2458: --- raise exception if END is NULL
2459: /* IF l_recurr_end_date is NULL THEN
2460: Okc_Api.Set_Message(G_APP_NAME,
2461: 'OKC_DEL_END_DT_NOT_FOUND');
2462: RAISE FND_API.G_EXC_ERROR;
2463: END IF; */
2464:

Line 2545: Okc_Api.Set_Message(G_APP_NAME,

2541: delRecTab(i).REPEATING_DAY_OF_WEEK);
2542:
2543: -- if both frequency values ar null
2544: IF (l_repeat_day_of_month is NULL AND l_repeat_day_of_week is NULL) THEN
2545: Okc_Api.Set_Message(G_APP_NAME,
2546: 'OKC_DEL_RECUR_FRQ_NOT_FOUND');
2547: RAISE FND_API.G_EXC_ERROR;
2548: END IF;
2549:

Line 4110: x_return_status := OKC_API.G_RET_STS_SUCCESS;

4106:
4107: BEGIN
4108:
4109: -- Initialize API return status to success
4110: x_return_status := OKC_API.G_RET_STS_SUCCESS;
4111:
4112:
4113: l_return_value := 'N';
4114:

Line 4192: x_return_status := OKC_API.G_RET_STS_SUCCESS;

4188:
4189: BEGIN
4190:
4191: -- Initialize API return status to success
4192: x_return_status := OKC_API.G_RET_STS_SUCCESS;
4193:
4194:
4195: l_return_value := 'N';
4196: