DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CSTPPWCL

Line 4642: CSTPPWCL.process_wip_close_txns

4638: ,p_prg_appid => l_prg_appid
4639: );
4640:
4641: -- Process all close jobs
4642: CSTPPWCL.process_wip_close_txns
4643: (p_pac_period_id => p_period_id
4644: ,p_start_date => p_start_date
4645: ,p_end_date => p_end_date
4646: ,p_cost_group_id => p_cg_tab(l_current_index).cost_group_id

Line 4661: FND_MESSAGE.set_token('MESSAGE', 'CSTPPWCL.process_wip_close_txns for cost group '||

4657:
4658: IF l_error_num <> 0 THEN
4659: FND_MESSAGE.Set_Name('BOM', 'CST_INTERORG_PAC_ERROR');
4660: FND_MESSAGE.set_token('ROUTINE', G_PKG_NAME||'.'||l_routine);
4661: FND_MESSAGE.set_token('MESSAGE', 'CSTPPWCL.process_wip_close_txns for cost group '||
4662: p_cg_tab(l_current_index).cost_group_id||' ('||l_error_code||') '||l_error_msg);
4663: FND_MSG_PUB.Add;
4664: -- Set Phase 5 status to Error
4665: CST_PAC_ITERATION_PROCESS_PVT.Set_Phase5_Status(p_legal_entity_id => p_legal_entity