DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on FND_ATTACHED_DOCUMENTS

Line 1152: FROM fnd_attached_documents

1148:
1149: --cursor to determine whether any attachments exist for the BSA or Sales Order
1150: CURSOR c_attachment_exist_check IS
1151: SELECT 'x'
1152: FROM fnd_attached_documents
1153: WHERE
1154: (
1155: entity_name = 'OKC_CONTRACT_DOCS'
1156: AND pk1_value = p_doc_type