DBA Data[Home] [Help]

APPS.CSM_HZ_LOCATION_PKG dependencies on CSM_HZ_LOCATIONS_INQ

Line 15: FROM CSM_HZ_LOCATIONS_INQ

11:
12: /* Select all inq records */
13: CURSOR c_hz_location( b_user_name VARCHAR2, b_tranid NUMBER) is
14: SELECT *
15: FROM CSM_HZ_LOCATIONS_INQ
16: WHERE tranid$$ = b_tranid
17: AND clid$$cs = b_user_name;
18:
19: procedure create_ship_to_address(p_user_name IN VARCHAR2,l_ta_id IN NUMBER,l_adrs_line_1 IN VARCHAR2