DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on WSH_DOC_SEQUENCE_CATEGORIES

Line 7798: from wsh_doc_sequence_categories

7794:
7795: --Cursor to get the Documents sequence .
7796: CURSOR get_doc_sequence_category_id(l_doc_type VARCHAR2) IS
7797: select doc_sequence_category_id
7798: from wsh_doc_sequence_categories
7799: where document_type = l_doc_type;
7800:
7801: --Cursor to determine the existence of PSNO/BOL for the given Delivery ID and its last Leg.
7802: Cursor c_bol_psno_exists(l_ent_id NUMBER,l_ent_name VARCHAR2,l_doc_type VARCHAR2) is