DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on DPP_BUSINESSEVENTS_PVT

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

2060: AND dtha.transaction_header_id = p_txn_header_rec_type.transaction_header_id;
2061: EXCEPTION
2062: WHEN NO_DATA_FOUND THEN
2063: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
2064: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');
2065: fnd_message.set_token('ERRNO', sqlcode);
2066: fnd_message.set_token('REASON', 'SUPPLIER TRADE PROFILE IS NOT FOUND'); --To be modified
2067: FND_MSG_PUB.add;
2068: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

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

2070: END IF;
2071: RAISE FND_API.g_exc_error;
2072: WHEN OTHERS THEN
2073: fnd_message.set_name('FND', 'SQL_PLSQL_ERROR');
2074: fnd_message.set_token('ROUTINE', 'DPP_BUSINESSEVENTS_PVT');
2075: fnd_message.set_token('ERRNO', sqlcode);
2076: fnd_message.set_token('REASON', sqlerrm);
2077: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
2078: FND_MESSAGE.set_name('DPP', 'DPP_BUSEVT_INVALID_EXE_DET_ID'); --To be modified

Line 2285: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;

2281: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_FULL;
2282: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2283: l_count_lines NUMBER;
2284: l_count_approved_lines NUMBER;
2285: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;
2286: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;
2287:
2288: BEGIN
2289: -- Initialize API return status to sucess

Line 2286: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;

2282: l_user_id NUMBER :=FND_PROFILE.VALUE('USER_ID');
2283: l_count_lines NUMBER;
2284: l_count_approved_lines NUMBER;
2285: l_claim_txn_hdr_rec_type dpp_businessevents_pvt.dpp_txn_hdr_rec_type;
2286: l_claim_txn_line_tbl_type dpp_businessevents_pvt.dpp_txn_line_tbl_type;
2287:
2288: BEGIN
2289: -- Initialize API return status to sucess
2290: x_return_status := fnd_api.g_ret_sts_success;

Line 2360: dpp_businessevents_pvt.Raise_Business_Event(

2356: IF DPP_DEBUG_HIGH_ON THEN
2357: FND_FILE.PUT_LINE(FND_FILE.LOG,' Raises Business Event to Update claims:'
2358: ||l_count_lines);
2359: END IF;
2360: dpp_businessevents_pvt.Raise_Business_Event(
2361: p_api_version => l_api_version
2362: ,p_init_msg_list => l_init_msg_list
2363: ,p_commit => l_commit
2364: ,p_validation_level =>l_validation_level