DBA Data[Home] [Help]

APPS.GMF_GET_OPM_CODE dependencies on OP_FOBC_MST

Line 17: from op_fobc_mst

13: -- Declare all the cursors here
14: -------------------------------------------
15: cursor c_fobc(p_original_code varchar2) is
16: select count(*)
17: from op_fobc_mst
18: where fob_code = p_original_code;
19:
20: cursor c_term(p_original_code varchar2) is
21: select count(*)