DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_WS_POSITION_LINES

Line 2260: SELECT 'PSB_WS_POSITION_LINES'

2256: );
2257: l_p7_exists VARCHAR2(1) := FND_API.G_FALSE;
2258:
2259: CURSOR c_p8 IS
2260: SELECT 'PSB_WS_POSITION_LINES'
2261: FROM dual
2262: WHERE exists
2263: (SELECT 1
2264: FROM PSB_WS_POSITION_LINES

Line 2264: FROM PSB_WS_POSITION_LINES

2260: SELECT 'PSB_WS_POSITION_LINES'
2261: FROM dual
2262: WHERE exists
2263: (SELECT 1
2264: FROM PSB_WS_POSITION_LINES
2265: WHERE budget_group_id = l_budget_group_id
2266: );
2267: l_p8_exists VARCHAR2(1) := FND_API.G_FALSE;
2268: CURSOR c_p9 IS

Line 2481: message_token('TABLE','PSB_WS_POSITION_LINES' );

2477: end loop;
2478:
2479: IF FND_API.to_Boolean(l_p8_exists) THEN
2480: rollback to Delete_Row;
2481: message_token('TABLE','PSB_WS_POSITION_LINES' );
2482: message_token('BUDGET_GROUP', c1rec.short_name);
2483: add_message('PSB', 'PSB_BG_CANNOT_BE_DELETED');
2484: p_delete := 'NO_DELETE';
2485: raise FND_API.G_EXC_ERROR;