APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_DATA_EXTRACTS
Line 2520: from psb_data_extracts pde,
2516: RETURN NUMBER IS
2517:
2518: Cursor C_system_data_extract is
2519: Select data_extract_id 2520: from psb_data_extracts pde, 2521: psb_budget_groups pbg
2522: where system_data_extract = 'Y'
2523: and (((pde.budget_group_id = pbg.root_budget_group_id)
2524: and (pbg.budget_group_id = p_budget_group_id))