DBA Data[Home] [Help]

APPS.PQH_BGT_BUS dependencies on PQH_BUDGET_PERIODS

Line 1032: pqh_budget_periods bpr,

1028: -- cursor to check in budget tables
1029: CURSOR budget_date_cur IS
1030: SELECT MIN(start_date)
1031: FROM per_time_periods tp,
1032: pqh_budget_periods bpr,
1033: pqh_budget_details bdt,
1034: pqh_budget_versions bvr
1035: WHERE time_period_id = bpr.start_time_period_id
1036: and bpr.budget_detail_id = bdt.budget_detail_id

Line 1210: pqh_budget_periods bpr,

1206: -- cursor to check in budget tables
1207: CURSOR budget_date_cur IS
1208: SELECT MIN(start_date)
1209: FROM per_time_periods tp,
1210: pqh_budget_periods bpr,
1211: pqh_budget_details bdt,
1212: pqh_budget_versions bvr
1213: WHERE time_period_id = bpr.start_time_period_id
1214: and bpr.budget_detail_id = bdt.budget_detail_id