DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_TL

Line 3945: from fnd_lobs fl, fnd_attached_documents fad, fnd_documents_tl fdt

3941: x_return_status := fnd_api.g_ret_sts_success;
3942:
3943: -- get the file attachment locator (blob)
3944: select fl.file_data into l_blob_loc
3945: from fnd_lobs fl, fnd_attached_documents fad, fnd_documents_tl fdt
3946: where fad.pk1_value = to_char(p_po_val_org_id)
3947: and fad.pk2_value = to_char(p_item_id)
3948: and fad.entity_name = 'MTL_SYSTEM_ITEMS'
3949: and fad.pk3_value = 'CTO:BOM:ATTACHMENT'