DBA Data[Home] [Help]

APPS.GCS_TEMPLATES_PKG dependencies on AD_DDL

Line 250: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

246:
247: WHILE curr_index <= body_len
248: LOOP
249: lines := lines + 1;
250: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
251: lines);
252: curr_index := curr_index + 200;
253: END LOOP;
254:

Line 703: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

699:
700: WHILE curr_index <= body_len
701: LOOP
702: lines := lines + 1;
703: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
704: lines);
705: curr_index := curr_index + 200;
706: END LOOP;
707:

Line 864: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

860:
861: WHILE curr_index <= body_len
862: LOOP
863: lines := lines + 1;
864: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
865: lines);
866: curr_index := curr_index + 200;
867: END LOOP;
868:

Line 1252: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

1248:
1249: WHILE curr_index <= body_len
1250: LOOP
1251: lines := lines + 1;
1252: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
1253: lines);
1254: curr_index := curr_index + 200;
1255: END LOOP;
1256:

Line 1613: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

1609:
1610: WHILE curr_index <= body_len
1611: LOOP
1612: lines := lines + 1;
1613: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
1614: lines);
1615: curr_index := curr_index + 200;
1616: END LOOP;
1617:

Line 1816: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

1812:
1813: WHILE curr_index <= body_len
1814: LOOP
1815: lines := lines + 1;
1816: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
1817: lines);
1818: curr_index := curr_index + 200;
1819: END LOOP;
1820:

Line 2019: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),

2015:
2016: WHILE curr_index <= body_len
2017: LOOP
2018: lines := lines + 1;
2019: ad_ddl.build_statement (SUBSTR (l_proc_body, curr_index, 200),
2020: lines);
2021: curr_index := curr_index + 200;
2022: END LOOP;
2023:

Line 2024: ad_ddl.create_plsql_object (applsys_schema => GCS_DYNAMIC_UTIL_PKG.g_applsys_username,

2020: lines);
2021: curr_index := curr_index + 200;
2022: END LOOP;
2023:
2024: ad_ddl.create_plsql_object (applsys_schema => GCS_DYNAMIC_UTIL_PKG.g_applsys_username,
2025: application_short_name => 'GCS',
2026: object_name => 'GCS_TEMPLATES_DYNAMIC_PKG',
2027: lb => 1,
2028: ub => lines,