DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_TL

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

3963: x_return_status := fnd_api.g_ret_sts_success;
3964:
3965: -- get the file attachment locator (blob)
3966: select fl.file_data into l_blob_loc
3967: from fnd_lobs fl, fnd_attached_documents fad, fnd_documents_tl fdt
3968: where fad.pk1_value = to_char(p_po_val_org_id)
3969: and fad.pk2_value = to_char(p_item_id)
3970: and fad.entity_name = 'MTL_SYSTEM_ITEMS'
3971: and fad.pk3_value = 'CTO:BOM:ATTACHMENT'