DBA Data[Home] [Help]

APPS.GMF_GET_OPM_CODE dependencies on OP_FRGT_MTH

Line 27: from op_frgt_mth

23: where terms_code = p_original_code;
24:
25: cursor c_frgt(p_original_code varchar2) is
26: select count(*)
27: from op_frgt_mth
28: where frtbill_mthd = p_original_code;
29:
30: cursor c_ship(p_original_code varchar2) is
31: select count(*)