DBA Data[Home] [Help]

APPS.PN_EXP_TO_AR dependencies on PN_LOCATIONS_ALL

Line 48: FROM pn_locations_all pl

44: WHERE term_id = p_term_id;
45:
46: CURSOR get_loc_code(p_location_id number) is
47: SELECT pl.location_code
48: FROM pn_locations_all pl
49: WHERE pl.location_id = p_location_id;
50:
51: CURSOR get_batch_source_name is
52: SELECT name,