DBA Data[Home] [Help]

APPS.GR_REG_PRINT_DOC dependencies on DUAL

Line 471: FROM dual

467:
468: /* Used to Check the Item Regulatory Item or not
469: CURSOR c_regulatory_item IS
470: SELECT 1
471: FROM dual
472: WHERE EXISTS (SELECT 1 FROM gr_item_general where item_code = l_item_code)
473: OR EXISTS (SELECT 1 FROM gr_generic_items_b where item_no = l_item_code); */
474:
475: /* Used to get the Territory Details */

Line 528: FROM dual;

524:
525: /*Used to get the next attached_document_id for a new attachment*/
526: CURSOR c_get_id IS
527: SELECT fnd_attached_documents_s.nextval
528: FROM dual;
529:
530:
531: BEGIN
532: