DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on PSB_POSITION_CONTROL_PVT

Line 2806: PSB_POSITION_CONTROL_PVT.Validate_Position_Budget

2802: END LOOP;
2803:
2804: IF g_budget_by_position = 'Y' AND p_currency_code = 'C' THEN
2805: BEGIN
2806: PSB_POSITION_CONTROL_PVT.Validate_Position_Budget
2807: (p_return_status => l_return_status,
2808: p_event_type => l_event_type,
2809: p_source_id => p_worksheet_id
2810: );

Line 3810: PSB_POSITION_CONTROL_PVT.Validate_Position_Budget

3806:
3807: -- Bug 3029168 added the second clause
3808: IF g_budget_by_position = 'Y' AND l_currency_code <> 'STAT' THEN
3809: BEGIN
3810: PSB_POSITION_CONTROL_PVT.Validate_Position_Budget
3811: (p_return_status => l_return_status,
3812: p_event_type => l_event_type,
3813: p_source_id => p_budget_revision_id
3814: );