DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CSTPPWCL

Line 5011: CSTPPWCL.process_wip_close_txns

5007: ,p_prg_appid => l_prg_appid
5008: );
5009:
5010: -- Process all close jobs
5011: CSTPPWCL.process_wip_close_txns
5012: (p_pac_period_id => p_period_id
5013: ,p_start_date => p_start_date
5014: ,p_end_date => p_end_date
5015: ,p_cost_group_id => p_cg_tab(l_current_index).cost_group_id

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

5026:
5027: IF l_error_num <> 0 THEN
5028: FND_MESSAGE.Set_Name('BOM', 'CST_INTERORG_PAC_ERROR');
5029: FND_MESSAGE.set_token('ROUTINE', G_PKG_NAME||'.'||l_routine);
5030: FND_MESSAGE.set_token('MESSAGE', 'CSTPPWCL.process_wip_close_txns for cost group '||
5031: p_cg_tab(l_current_index).cost_group_id||' ('||l_error_code||') '||l_error_msg);
5032: FND_MSG_PUB.Add;
5033: -- Set Phase 5 status to Error
5034: CST_PAC_ITERATION_PROCESS_PVT.Set_Phase5_Status(p_legal_entity_id => p_legal_entity