Hi All,
I am analysis a procedure please let me what is user of below function
SELECT
SAL.CURRENT_SO_ID
FROM
TABLE(CAST (A_SV_ACTION_LIST AS SV_ACTION_LIST)) SAL
I want to know what is user of TABLE for PL/SQL Type and about CAST convert to Date different data type.
Please let me know the user of TABLE function. Thanks in Advance.