DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on PSB_WS_LINE_BALANCES_I

Line 2319: SELECT 'PSB_WS_LINE_BALANCES_I'

2315: );
2316: l_p13_exists VARCHAR2(1) := FND_API.G_FALSE;
2317:
2318: CURSOR c_p14 IS
2319: SELECT 'PSB_WS_LINE_BALANCES_I'
2320: FROM dual
2321: WHERE exists
2322: (SELECT 1
2323: FROM PSB_WS_LINE_BALANCES_I

Line 2323: FROM PSB_WS_LINE_BALANCES_I

2319: SELECT 'PSB_WS_LINE_BALANCES_I'
2320: FROM dual
2321: WHERE exists
2322: (SELECT 1
2323: FROM PSB_WS_LINE_BALANCES_I
2324: WHERE budget_group_id = l_budget_group_id
2325: );
2326: l_p14_exists VARCHAR2(1) := FND_API.G_FALSE;
2327:

Line 2559: message_token('TABLE','PSB_WS_LINE_BALANCES_I' );

2555: end loop;
2556:
2557: IF FND_API.to_Boolean(l_p14_exists) THEN
2558: rollback to Delete_Row;
2559: message_token('TABLE','PSB_WS_LINE_BALANCES_I' );
2560: message_token('BUDGET_GROUP', c1rec.short_name);
2561: add_message('PSB', 'PSB_BG_CANNOT_BE_DELETED');
2562: p_delete := 'NO_DELETE';
2563: raise FND_API.G_EXC_ERROR;