DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_POSITIONS

Line 2269: SELECT 'PSB_POSITIONS'

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
2269: SELECT 'PSB_POSITIONS'
2270: FROM dual
2271: WHERE exists
2272: (SELECT 1
2273: FROM PSB_POSITIONS

Line 2273: FROM PSB_POSITIONS

2269: SELECT 'PSB_POSITIONS'
2270: FROM dual
2271: WHERE exists
2272: (SELECT 1
2273: FROM PSB_POSITIONS
2274: WHERE budget_group_id = l_budget_group_id
2275: );
2276: l_p9_exists VARCHAR2(1) := FND_API.G_FALSE;
2277:

Line 2494: message_token('TABLE','PSB_POSITIONS' );

2490: end loop;
2491:
2492: IF FND_API.to_Boolean(l_p9_exists) THEN
2493: rollback to Delete_Row;
2494: message_token('TABLE','PSB_POSITIONS' );
2495: message_token('BUDGET_GROUP', c1rec.short_name);
2496: add_message('PSB', 'PSB_BG_CANNOT_BE_DELETED');
2497: p_delete := 'NO_DELETE';
2498: raise FND_API.G_EXC_ERROR;