DBA Data[Home] [Help]

APPS.PSB_WORKFLOW_PVT dependencies on PSB_WS_OPS_PVT

Line 458: PSB_WS_Ops_Pvt.Check_WS_Ops_Concurrency

454: ELSE
455: l_lock_worksheet_id := p_worksheet_id ;
456: END IF ;
457:
458: PSB_WS_Ops_Pvt.Check_WS_Ops_Concurrency
459: (
460: p_api_version => 1.0 ,
461: p_init_msg_list => FND_API.G_FALSE ,
462: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 472: FND_MSG_PUB.Add_Exc_Msg( 'PSB_WS_Ops_Pvt', 'Check_WS_Ops_Concurrency') ;

468: p_operation_type => p_operation_type
469: );
470: --
471: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
472: FND_MSG_PUB.Add_Exc_Msg( 'PSB_WS_Ops_Pvt', 'Check_WS_Ops_Concurrency') ;
473: RAISE FND_API.G_EXC_ERROR ;
474: END IF ;
475: --
476:

Line 670: PSB_WS_Ops_Pvt.Create_Worksheet

666:
667: -- It means it is a first time distribution. Create an official
668: -- worksheet for distribution.
669: --
670: PSB_WS_Ops_Pvt.Create_Worksheet
671: (
672: p_api_version => 1.0 ,
673: p_init_msg_list => FND_API.G_TRUE,
674: /*For Bug no : 2236283 Start*/

Line 697: PSB_WS_Ops_Pvt.Update_Worksheet

693: --
694: -- It means it is a re-distribution. Update l_child_worksheet_id
695: -- with the p_worksheet_id .
696: --
697: PSB_WS_Ops_Pvt.Update_Worksheet
698: (
699: p_api_version => 1.0 ,
700: p_init_msg_list => FND_API.G_TRUE,
701: p_commit => FND_API.G_FALSE,

Line 725: PSB_WS_Ops_Pvt.Freeze_Worksheet

721: -- If the worksheet is frozen then unfreeze it.
722: --
723: IF NVL(l_freeze_flag, 'N' ) = 'Y' THEN
724: --
725: PSB_WS_Ops_Pvt.Freeze_Worksheet
726: (
727: p_api_version => 1.0 ,
728: p_init_msg_list => FND_API.G_FALSE,
729: p_commit => FND_API.G_FALSE,