DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_DEBUG

Line 258: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Entering');

254:
255: l_progress :='000';
256: l_module := G_MODULE_PREFIX||l_api_name||'.'||'000'||'.';
257: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
258: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Entering');
259: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE, l_module,
260: 'Entering ' || G_PKG_NAME || '.' || l_api_name);
261: END IF;
262:

Line 1723: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1719: WHERE requisition_line_id=
1720: requisition_line_id_rslt_tbl(l_create_dist_index);
1721:
1722: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1723: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1724: 'Created '||sql%rowcount||' distributions lines, requisition_line_id= '|| new_req_line_id_rslt_tbl(l_create_dist_index) );
1725: END IF;
1726: -- bug 5249299 start: Need to call GMS api to maintain the adls data since these are
1727: -- new distributions.

Line 1742: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1738:
1739: l_progress :='159';
1740: l_module := G_MODULE_PREFIX||l_api_name||'.'||'159'||'.';
1741: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1742: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1743: 'calling GMS_POR_API.when_insert_line :'||
1744: 'l_distribution_id '||l_distribution_id||
1745: 'l_project_id '||l_project_id||
1746: 'l_task_id '||l_task_id ||

Line 1761: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1757: X_award_number => NULL,
1758: X_req_distribution_id => NULL);
1759:
1760: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1761: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1762: 'After calling GMS_POR_API.get_award_id :'||
1763: 'l_award_id'||l_award_id);
1764: END IF;
1765:

Line 1779: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1775:
1776:
1777: l_progress :='160';
1778: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1779: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1780: 'After when insert line : Out values '||
1781: 'l_award_set_id '||l_award_set_id ||
1782: 'l_status '||l_status );
1783: END IF;

Line 2107: PO_DEBUG.handle_unexp_error(g_pkg_name,l_api_name,l_progress);

2103: WHEN OTHERS THEN
2104: BEGIN
2105:
2106: -- Log a debug message, add the error the the API message list.
2107: PO_DEBUG.handle_unexp_error(g_pkg_name,l_api_name,l_progress);
2108:
2109: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2110:
2111: FND_MSG_PUB.Count_And_Get(