DBA Data[Home] [Help]

APPS.PO_CATALOG_INDEX_PVT dependencies on FND_API

Line 372: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN

368:
369: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes
370: (
371: p_api_version => 1.0, -- NUMBER IN
372: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
373: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
374: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
375: x_return_status => l_return_status, -- VARCHAR2 OUT
376: p_key => l_key -- NUMBER IN

Line 373: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

369: ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes
370: (
371: p_api_version => 1.0, -- NUMBER IN
372: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
373: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
374: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
375: x_return_status => l_return_status, -- VARCHAR2 OUT
376: p_key => l_key -- NUMBER IN
377: );

Line 374: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN

370: (
371: p_api_version => 1.0, -- NUMBER IN
372: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
373: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
374: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
375: x_return_status => l_return_status, -- VARCHAR2 OUT
376: p_key => l_key -- NUMBER IN
377: );
378:

Line 383: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

379: l_progress := '050';
380: -- In case of error, just log in debug logs. There is no need to raise
381: -- it up, because rebuild_index errors have to be ignored by the calling
382: -- program.
383: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
384: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes() returned error: '||l_return_status); END IF;
385: END IF;
386: ELSE
387: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_QUOTE_GRP.populateOnlineQuotes()'); END IF;

Line 494: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN

490:
491: ICX_CAT_POPULATE_REQTMPL_GRP.populateOnlineReqTemplates
492: (
493: p_api_version => 1.0, -- NUMBER IN
494: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
495: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
496: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
497: x_return_status => l_return_status, -- VARCHAR2 OUT
498: p_key => l_key -- NUMBER IN

Line 495: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

491: ICX_CAT_POPULATE_REQTMPL_GRP.populateOnlineReqTemplates
492: (
493: p_api_version => 1.0, -- NUMBER IN
494: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
495: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
496: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
497: x_return_status => l_return_status, -- VARCHAR2 OUT
498: p_key => l_key -- NUMBER IN
499: );

Line 496: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN

492: (
493: p_api_version => 1.0, -- NUMBER IN
494: p_commit => FND_API.G_TRUE, -- VARCHAR2 IN
495: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
496: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
497: x_return_status => l_return_status, -- VARCHAR2 OUT
498: p_key => l_key -- NUMBER IN
499: );
500:

Line 505: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

501: l_progress := '050';
502: -- In case of error, just log in debug logs. There is no need to raise
503: -- it up, because rebuild_index errors have to be ignored by the calling
504: -- program.
505: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
506: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_REQTMPL_GRP.populateOnlineReqTemplates() returned error: '||l_return_status); END IF;
507: END IF;
508: ELSE
509: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_REQTMPL_GRP.populateOnlineReqTemplates()'); END IF;

Line 702: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN

698: /* Bug 14046925 : Changing p_commit parameter to false, to avoid commit during doApprove call */
699: ICX_CAT_POPULATE_BPA_GRP.populateOnlineBlankets
700: (
701: p_api_version => 1.0, -- NUMBER IN
702: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
703: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
704: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
705: x_return_status => l_return_status, -- VARCHAR2 OUT
706: p_key => l_key -- NUMBER IN

Line 703: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

699: ICX_CAT_POPULATE_BPA_GRP.populateOnlineBlankets
700: (
701: p_api_version => 1.0, -- NUMBER IN
702: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
703: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
704: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
705: x_return_status => l_return_status, -- VARCHAR2 OUT
706: p_key => l_key -- NUMBER IN
707: );

Line 704: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN

700: (
701: p_api_version => 1.0, -- NUMBER IN
702: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
703: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
704: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
705: x_return_status => l_return_status, -- VARCHAR2 OUT
706: p_key => l_key -- NUMBER IN
707: );
708:

Line 713: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

709: l_progress := '050';
710: -- In case of error, just log in debug logs. There is no need to raise
711: -- it up, because rebuild_index errors have to be ignored by the calling
712: -- program.
713: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
714: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_BPA_GRP.populateOnlineBlankets() returned error: '||l_return_status); END IF;
715: END IF;
716: ELSE
717: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_BPA_GRP.populateOnlineBlankets()'); END IF;

Line 1424: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN

1420: /* Bug 14046925 : Changing p_commit parameter to false, to avoid commit during doApprove call */
1421: ICX_CAT_POPULATE_BPA_GRP.populateOnlineOrgAssgnmnts
1422: (
1423: p_api_version => 1.0, -- NUMBER IN
1424: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
1425: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
1426: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
1427: x_return_status => l_return_status, -- VARCHAR2 OUT
1428: p_key => l_key_org_assignments -- NUMBER IN

Line 1425: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN

1421: ICX_CAT_POPULATE_BPA_GRP.populateOnlineOrgAssgnmnts
1422: (
1423: p_api_version => 1.0, -- NUMBER IN
1424: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
1425: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
1426: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
1427: x_return_status => l_return_status, -- VARCHAR2 OUT
1428: p_key => l_key_org_assignments -- NUMBER IN
1429: );

Line 1426: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN

1422: (
1423: p_api_version => 1.0, -- NUMBER IN
1424: p_commit => FND_API.G_FALSE, -- VARCHAR2 IN
1425: p_init_msg_list => FND_API.G_FALSE, -- VARCHAR2 IN
1426: p_validation_level => FND_API.G_VALID_LEVEL_FULL, -- VARCHAR2 IN
1427: x_return_status => l_return_status, -- VARCHAR2 OUT
1428: p_key => l_key_org_assignments -- NUMBER IN
1429: );
1430:

Line 1435: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

1431: l_progress := '050';
1432: -- In case of error, just log in debug logs. There is no need to raise
1433: -- it up, because rebuild_index errors have to be ignored by the calling
1434: -- program.
1435: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1436: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'iProc API ICX_CAT_POPULATE_BPA_GRP.populateOnlineOrgAssgnmnts() returned error: '||l_return_status); END IF;
1437: END IF;
1438: ELSE
1439: IF g_debug_stmt THEN PO_DEBUG.debug_stmt(l_log_head,l_progress,'Skipped: iProc API ICX_CAT_POPULATE_BPA_GRP.populateOnlineOrgAssgnmnts()'); END IF;