DBA Data[Home] [Help]

APPS.WIP_BIS_YDSP_ALERT dependencies on STANDARD

Line 170: -- No literals to change to bind variables as per coding standard,

166:
167:
168: cursor_id := DBMS_SQL.OPEN_CURSOR;
169:
170: -- No literals to change to bind variables as per coding standard,
171: -- because none of the variables are entered by user.
172: p_select_statement :=
173: 'select ' ||
174: p_select_time || ', ' ||

Line 594: -- Changing literals to bind variables as per coding standard.

590:
591:
592: cursor_id := DBMS_SQL.OPEN_CURSOR;
593:
594: -- Changing literals to bind variables as per coding standard.
595: p_select_statement :=
596: 'select ' ||
597: p_select_time || ', ' ||
598: p_select_org || ', ' ||