DBA Data[Home] [Help]

APPS.PA_FP_EXCLUDED_ELEMENTS_PUB dependencies on STANDARD

Line 33: --Declare the variables which are required as a standard

29:
30: l_from_project_id pa_projects_all.project_id%TYPE;
31: l_to_project_id pa_projects_all.project_id%TYPE;
32:
33: --Declare the variables which are required as a standard
34: l_msg_count NUMBER := 0;
35: l_data VARCHAR2(2000);
36: l_msg_data VARCHAR2(2000);
37: l_msg_index_out NUMBER;