DBA Data[Home] [Help]

APPS.PA_PURGE_PUB dependencies on PA_PURGE_PRJ_DETAILS

Line 1803: FROM PA_PURGE_PRJ_DETAILS

1799: IS
1800:
1801: CURSOR c_purge_details IS
1802: SELECT table_name, num_recs_purged
1803: FROM PA_PURGE_PRJ_DETAILS
1804: WHERE purge_batch_id = p_request_id
1805: AND project_id = 0
1806: ORDER BY table_name ;
1807:

Line 1922: Pa_Debug.WRITE('PA_PURGE_PUB','Before inserting into PA_PURGE_PRJ_DETAILS',l_debug_level3);

1918: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
1919:
1920: IF l_debug_mode = 'Y' THEN
1921: pa_debug.set_curr_function( p_function => 'INSERT_PURGE_LOG', p_debug_mode => 'Y');
1922: Pa_Debug.WRITE('PA_PURGE_PUB','Before inserting into PA_PURGE_PRJ_DETAILS',l_debug_level3);
1923: END IF;
1924:
1925: INSERT INTO PA_PURGE_PRJ_DETAILS
1926: (

Line 1925: INSERT INTO PA_PURGE_PRJ_DETAILS

1921: pa_debug.set_curr_function( p_function => 'INSERT_PURGE_LOG', p_debug_mode => 'Y');
1922: Pa_Debug.WRITE('PA_PURGE_PUB','Before inserting into PA_PURGE_PRJ_DETAILS',l_debug_level3);
1923: END IF;
1924:
1925: INSERT INTO PA_PURGE_PRJ_DETAILS
1926: (
1927: PURGE_BATCH_ID
1928: ,PROJECT_ID
1929: ,TABLE_NAME