DBA Data[Home] [Help]

APPS.GMF_GET_OPM_CODE dependencies on OP_SHIP_MST

Line 7: type session_code_tab_type is table of op_ship_mst.shipper_code%TYPE

3:
4: -----------------------------------------------------------------
5: -- The pl/sql table to contain all the session generated codes
6: -----------------------------------------------------------------
7: type session_code_tab_type is table of op_ship_mst.shipper_code%TYPE
8: index by binary_integer;
9:
10: g_session_code_tab session_code_tab_type;
11:

Line 32: from op_ship_mst

28: where frtbill_mthd = p_original_code;
29:
30: cursor c_ship(p_original_code varchar2) is
31: select count(*)
32: from op_ship_mst
33: where shipper_code = p_original_code;
34:
35: --Bug # 3464154 ANTHIYAG Anand Thiyagarajan 05-05-2004 GL Exchange Rate Type Enhancement Start
36: