DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on ALL_TABLES

Line 1275: l_last_analyzed all_tables.last_analyzed%TYPE;

1271:
1272: l_existing_count Number;
1273: l_element_name_id Number;
1274: l_temp_count Number;
1275: l_last_analyzed all_tables.last_analyzed%TYPE;
1276: l_pa_schema VARCHAR2(30);
1277: BEGIN
1278: --Initialize the x_return_status.
1279: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2610: l_last_analyzed all_tables.last_analyzed%TYPE;

2606: -- l_msg_code VARCHAR2(2000);
2607: l_outline_number VARCHAR2(240) := '0';
2608: l_parent_outline_number VARCHAR2(240) := '0';
2609: l_child_outline_number VARCHAR2(240) := '1';
2610: l_last_analyzed all_tables.last_analyzed%TYPE;
2611: l_pa_schema VARCHAR2(30);
2612: BEGIN
2613:
2614: --dbms_output.put_line('START UPGRADE');