DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on FND_ATTACHED_DOCS_FORM_VL

Line 1469: from fnd_attached_docs_form_vl

1465: WHERE pk1_value = l_pk1_value1;
1466: --
1467: cursor delattachments_cursor1 (x_attached_document_id in number) is
1468: select datatype_id
1469: from fnd_attached_docs_form_vl
1470: where attached_document_id = x_attached_document_id;
1471: --
1472: l_datatype_id number;
1473: l_attached_document_id number;

Line 1765: from fnd_attached_docs_form_vl

1761: WHERE pk1_value = l_pk1_value2;
1762: --
1763: cursor delattachments_cursor2 (x_attached_document_id in number) is
1764: select datatype_id
1765: from fnd_attached_docs_form_vl
1766: where attached_document_id = x_attached_document_id;
1767: --
1768: l_datatype_id number;
1769: l_attached_document_id number;

Line 2011: from fnd_attached_docs_form_vl

2007: WHERE pk1_value = l_pk1_value3;
2008: --
2009: cursor delattachments_cursor (x_attached_document_id in number) is
2010: select datatype_id
2011: from fnd_attached_docs_form_vl
2012: where attached_document_id = x_attached_document_id;
2013: --
2014: --
2015: -- local variables