DBA Data[Home] [Help]

APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_GROUPS

Line 4474: FROM psb_budget_groups_v

4470: CURSOR c_bg IS
4471: SELECT nvl(root_budget_group_id,budget_group_id) ,
4472: nvl(root_chart_of_accounts_id,chart_of_accounts_id),
4473: nvl(root_set_of_books_id,set_of_books_id)
4474: FROM psb_budget_groups_v
4475: WHERE budget_group_id = l_budget_group_id;
4476:
4477: BEGIN
4478: -- Standard call to check for call compatibility.

Line 5654: from PSB_BUDGET_GROUPS

5650: l_return_status VARCHAR2(1) := FND_API.G_FALSE;
5651:
5652: cursor c_Allowed is
5653: select 'Valid'
5654: from PSB_BUDGET_GROUPS
5655: where budget_group_type = 'R'
5656: and (p_startdate_pp is null or effective_start_date <= p_startdate_pp)
5657: and (effective_end_date is null
5658: or effective_end_date >= p_enddate_cy)