DBA Data[Home] [Help]

APPS.PSB_POSITIONS_PVT dependencies on PSB_BUDGET_REVISIONS

Line 4086: FROM psb_budget_revisions

4082: w.worksheet_id = l_out_worksheet_id AND
4083: budget_period_type = 'Y';
4084: cursor rev_csr IS
4085: SELECT decode(global_budget_revision,'Y',budget_revision_id,global_budget_revision_id)
4086: FROM psb_budget_revisions
4087: WHERE budget_revision_id = p_worksheet_id;
4088:
4089:
4090: BEGIN

Line 5667: from PSB_BUDGET_REVISIONS

5663: -- pp date is position end date w/c may be null; cy date is pos start date
5664:
5665: cursor c_WS (Worksheet NUMBER) is
5666: select budget_group_id
5667: from PSB_BUDGET_REVISIONS
5668: where budget_revision_id = Worksheet;
5669:
5670: BEGIN
5671: