DBA Data[Home] [Help]

APPS.IEX_LOAD_FILE_PVT dependencies on JTF_AMV_ATTACHMENTS

Line 16: Update jtf_amv_attachments

12: BEGIN
13:
14: l_attachment_id := 2001;
15:
16: Update jtf_amv_attachments
17: set file_id = p_file_id
18: where attachment_id = l_attachment_id
19: and application_id = 695;
20:

Line 35: Update jtf_amv_attachments

31: BEGIN
32:
33: l_attachment_id := 2002;
34:
35: Update jtf_amv_attachments
36: set file_id = p_file_id
37: where attachment_id = l_attachment_id
38: and application_id = 695;
39:

Line 54: Update jtf_amv_attachments

50: BEGIN
51:
52: l_attachment_id := 2003;
53:
54: Update jtf_amv_attachments
55: set file_id = p_file_id
56: where attachment_id = l_attachment_id
57: and application_id = 695;
58:

Line 73: Update jtf_amv_attachments

69: BEGIN
70:
71: l_attachment_id := 2004;
72:
73: Update jtf_amv_attachments
74: set file_id = p_file_id
75: where attachment_id = l_attachment_id
76: and application_id = 695;
77:

Line 92: Update jtf_amv_attachments

88: BEGIN
89:
90: l_attachment_id := 2005;
91:
92: Update jtf_amv_attachments
93: set file_id = p_file_id
94: where attachment_id = l_attachment_id
95: and application_id = 695;
96: