DBA Data[Home] [Help]

APPS.FLM_FLMRFLIN_XMLP_PKG dependencies on MRP_FORM_QUERY_S

Line 35: select mrp_form_query_s.nextval

31: elsif (P_LINE_FROM is NOT NULL and P_LINE_TO is NULL) then
32: P_LINE_TO := P_LINE_FROM;
33: end if;
34:
35: select mrp_form_query_s.nextval
36: into P_QUERY_ID
37: from dual;
38:
39: