DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PUB dependencies on FND_GLOBAL

Line 1377: FND_FILE.PUT_LINE(FND_FILE.LOG,'user_id='||FND_GLOBAL.user_id);

1373:
1374: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_action_set_type_code='||p_action_set_type_code);
1375: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_from='||p_project_number_from);
1376: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_to='||p_project_number_to);
1377: FND_FILE.PUT_LINE(FND_FILE.LOG,'user_id='||FND_GLOBAL.user_id);
1378: FND_FILE.PUT_LINE(FND_FILE.LOG,'concurrent request id='||FND_GLOBAL.CONC_REQUEST_ID);
1379:
1380: END IF;
1381:

Line 1378: FND_FILE.PUT_LINE(FND_FILE.LOG,'concurrent request id='||FND_GLOBAL.CONC_REQUEST_ID);

1374: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_action_set_type_code='||p_action_set_type_code);
1375: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_from='||p_project_number_from);
1376: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_to='||p_project_number_to);
1377: FND_FILE.PUT_LINE(FND_FILE.LOG,'user_id='||FND_GLOBAL.user_id);
1378: FND_FILE.PUT_LINE(FND_FILE.LOG,'concurrent request id='||FND_GLOBAL.CONC_REQUEST_ID);
1379:
1380: END IF;
1381:
1382: DELETE FROM pa_action_set_report_temp;