DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_CONCURRENCY_CONTROL_PVT

Line 2381: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control

2377: commit work;
2378:
2379: -- Lock Global Worksheet in Exclusive Mode
2380:
2381: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control
2382: (p_api_version => 1.0,
2383: p_return_status => l_return_status,
2384: p_concurrency_class => 'WORKSHEET_CONSOLIDATION',
2385: p_concurrency_entity_name => 'WORKSHEET',

Line 2409: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control

2405: -- the local worksheets are consolidated
2406:
2407: for c_Local_WS_Rec in c_Local_WS_Pos loop
2408:
2409: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control
2410: (p_api_version => 1.0,
2411: p_return_status => l_return_status,
2412: p_concurrency_class => 'WORKSHEET_CONSOLIDATION',
2413: p_concurrency_entity_name => 'DATA_EXTRACT',

Line 2481: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control

2477: for c_Local_WS_Rec in c_Local_WS loop
2478:
2479: -- Lock Local Worksheet in Exclusive Mode
2480:
2481: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control
2482: (p_api_version => 1.0,
2483: p_return_status => l_return_status,
2484: p_concurrency_class => 'WORKSHEET_CONSOLIDATION',
2485: p_concurrency_entity_name => 'WORKSHEET',

Line 2510: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control

2506: for c_Local_WS_Rec in c_Local_WS loop
2507:
2508: -- Lock Local Worksheet in Exclusive Mode
2509:
2510: PSB_CONCURRENCY_CONTROL_PVT.Enforce_Concurrency_Control
2511: (p_api_version => 1.0,
2512: p_return_status => l_return_status,
2513: p_concurrency_class => 'WORKSHEET_CONSOLIDATION',
2514: p_concurrency_entity_name => 'WORKSHEET',