DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on DPP_BUSINESSEVENTS_PVT

Line 1855: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');

1851: AND dtha.transaction_header_id = p_txn_header_rec_type.transaction_header_id;
1852: EXCEPTION
1853: WHEN NO_DATA_FOUND THEN
1854: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
1855: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');
1856: fnd_message.set_token('ERRNO', sqlcode);
1857: fnd_message.set_token('REASON', 'SUPPLIER TRADE PROFILE IS NOT FOUND'); --To be modified
1858: FND_MSG_PUB.add;
1859: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

Line 1865: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');

1861: END IF;
1862: RAISE FND_API.g_exc_error;
1863: WHEN OTHERS THEN
1864: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
1865: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');
1866: fnd_message.set_token('ERRNO', sqlcode);
1867: fnd_message.set_token('REASON', sqlerrm);
1868: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
1869: FND_MESSAGE.set_name('DPP', 'DPP_BUSEVT_INVALID_EXE_DET_ID'); --To be modified

Line 2076: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;

2072: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;
2073: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2074: l_count_lines NUMBER;
2075: l_count_approved_lines NUMBER;
2076: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;
2077: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;
2078:
2079: BEGIN
2080: -- Initialize API return status to sucess

Line 2077: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;

2073: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2074: l_count_lines NUMBER;
2075: l_count_approved_lines NUMBER;
2076: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;
2077: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;
2078:
2079: BEGIN
2080: -- Initialize API return status to sucess
2081: x_return_status := fnd_api.g_ret_sts_success;

Line 2151: dpp_businessevents_pvt.Raise_Business_Event(

2147: IF DPP_DEBUG_HIGH_ON THEN
2148: FND_FILE.PUT_LINE(FND_FILE.LOG,' Raises Business Event to Update claims:'
2149: ||l_count_lines);
2150: END IF;
2151: dpp_businessevents_pvt.Raise_Business_Event(
2152: p_api_version => l_api_version
2153: ,p_init_msg_list => l_init_msg_list
2154: ,p_commit => l_commit
2155: ,p_validation_level =>l_validation_level