DBA Data[Home] [Help]

APPS.HR_DTY_BUS dependencies on HR_DOCUMENT_TYPES_V

Line 677: from hr_document_types_v

673: -- Cursor for Validating Deletion of Document Type Id
674: cursor get_document_type(p_document_type_id number)
675: is
676: select document_type
677: from hr_document_types_v
678: where document_type_id=p_document_type_id;
679:
680:
681: cursor csr_doc_type_delete