DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on FND_TABLE_OF_VARCHAR2_4000

Line 1364: l_attachment_string_list FND_TABLE_OF_VARCHAR2_4000;

1360: l_attachment_details_tbl ERES_ATTACHMENT_TBL_TYPE;
1361: l_identified_position NUMBER;
1362: l_temp_count NUMBER;
1363: l_attachment_string VARCHAR2(2000);
1364: l_attachment_string_list FND_TABLE_OF_VARCHAR2_4000;
1365:
1366: BEGIN
1367:
1368: l_attachment_string := p_attachment_string;

Line 1372: l_attachment_string_list := new FND_TABLE_OF_VARCHAR2_4000();

1368: l_attachment_string := p_attachment_string;
1369: --Create a new attachment string list.
1370: --This would hold each of the attachment strings specified through the input
1371: --parameter.
1372: l_attachment_string_list := new FND_TABLE_OF_VARCHAR2_4000();
1373: l_temp_count := 0;
1374:
1375: l_identified_position := instr(l_attachment_string,'~',1,1);
1376: