DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on DUAL

Line 1422: from dual);

1418: null,null,
1419: null,
1420: null,
1421: p_attach_cat_id
1422: from dual);
1423: EXCEPTION
1424: WHEN OTHERS THEN
1425: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
1426: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,

Line 2571: The return string would be , delimited list of individual

2567: end update_external_reference;
2568:
2569: /**
2570: Aggregates the given string table type of JTF_VARCHAR2_TABLE.
2571: The return string would be , delimited list of individual
2572: entries in the table type. If the minimum DB version for
2573: APPS becomes 11g use inbuilt STRAGGR method instead of this.
2574: **/
2575: