DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_DEBUG

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

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

Line 1642: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1638: WHERE requisition_line_id=
1639: requisition_line_id_rslt_tbl(l_create_dist_index);
1640:
1641: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1642: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1643: 'Created '||sql%rowcount||' distributions lines, requisition_line_id= '|| new_req_line_id_rslt_tbl(l_create_dist_index) );
1644: END IF;
1645: -- bug 5249299 start: Need to call GMS api to maintain the adls data since these are
1646: -- new distributions.

Line 1661: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1657:
1658: l_progress :='159';
1659: l_module := G_MODULE_PREFIX||l_api_name||'.'||'159'||'.';
1660: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1661: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1662: 'calling GMS_POR_API.when_insert_line :'||
1663: 'l_distribution_id '||l_distribution_id||
1664: 'l_project_id '||l_project_id||
1665: 'l_task_id '||l_task_id ||

Line 1680: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1676: X_award_number => NULL,
1677: X_req_distribution_id => NULL);
1678:
1679: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1680: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1681: 'After calling GMS_POR_API.get_award_id :'||
1682: 'l_award_id'||l_award_id);
1683: END IF;
1684:

Line 1698: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1694:
1695:
1696: l_progress :='160';
1697: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1698: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1699: 'After when insert line : Out values '||
1700: 'l_award_set_id '||l_award_set_id ||
1701: 'l_status '||l_status );
1702: END IF;

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

2022: WHEN OTHERS THEN
2023: BEGIN
2024:
2025: -- Log a debug message, add the error the the API message list.
2026: PO_DEBUG.handle_unexp_error(g_pkg_name,l_api_name,l_progress);
2027:
2028: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2029:
2030: FND_MSG_PUB.Count_And_Get(