DBA Data[Home] [Help]

APPS.IGW_UTILS dependencies on IGW_IMPLEMENTATIONS

Line 333: FROM igw_implementations;

329: l_proposal_numbering_method VARCHAR2(10);
330:
331: CURSOR c1 IS
332: SELECT next_automatic_proposal_number
333: FROM igw_implementations;
334:
335: l_count_proposal_number NUMBER;
336:
337: BEGIN