DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PUB dependencies on FND_FILE

Line 1374: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_action_set_type_code='||p_action_set_type_code);

1370: */
1371:
1372: IF p_debug_mode = 'Y' THEN
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);

Line 1375: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_from='||p_project_number_from);

1371:
1372: IF p_debug_mode = 'Y' THEN
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:

Line 1376: FND_FILE.PUT_LINE(FND_FILE.LOG,'p_project_number_to='||p_project_number_to);

1372: IF p_debug_mode = 'Y' THEN
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;

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;

Line 1396: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Action Set Type Code = '||l_action_set_type_code_tbl(i));

1392:
1393: FOR i IN l_action_set_type_code_tbl.FIRST .. l_action_set_type_code_tbl.LAST LOOP
1394:
1395: IF p_debug_mode = 'Y' THEN
1396: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Action Set Type Code = '||l_action_set_type_code_tbl(i));
1397: FND_FILE.PUT_LINE(FND_FILE.LOG, 'About to get action set line ids');
1398: END IF;
1399:
1400: PA_ACTION_SETS_DYN.get_action_set_line_ids(p_action_set_type_code => l_action_set_type_code_tbl(i),

Line 1397: FND_FILE.PUT_LINE(FND_FILE.LOG, 'About to get action set line ids');

1393: FOR i IN l_action_set_type_code_tbl.FIRST .. l_action_set_type_code_tbl.LAST LOOP
1394:
1395: IF p_debug_mode = 'Y' THEN
1396: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Action Set Type Code = '||l_action_set_type_code_tbl(i));
1397: FND_FILE.PUT_LINE(FND_FILE.LOG, 'About to get action set line ids');
1398: END IF;
1399:
1400: PA_ACTION_SETS_DYN.get_action_set_line_ids(p_action_set_type_code => l_action_set_type_code_tbl(i),
1401: p_project_number_from => p_project_number_from,

Line 1408: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done getting action set line ids');

1404: x_object_name_tbl => l_object_name_tbl,
1405: x_project_number_tbl => l_project_number_tbl);
1406:
1407: IF p_debug_mode = 'Y' THEN
1408: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done getting action set line ids');
1409: END IF;
1410:
1411: IF l_action_set_line_id_tbl.COUNT > 0 THEN
1412:

Line 1426: FND_FILE.PUT_LINE(FND_FILE.LOG, 'About to perform action set line id '||l_action_set_line_id_tbl(j));

1422:
1423: FND_MSG_PUB.initialize;
1424:
1425: IF p_debug_mode = 'Y' THEN
1426: FND_FILE.PUT_LINE(FND_FILE.LOG, 'About to perform action set line id '||l_action_set_line_id_tbl(j));
1427: END IF;
1428:
1429: PA_ACTION_SETS_PVT.perform_action_set_line(p_action_set_type_code => l_action_set_type_code_tbl(i),
1430: p_action_set_line_id => l_action_set_line_id_tbl(j),

Line 1436: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done performing action set line id '||l_action_set_line_id_tbl(j));

1432:
1433: COMMIT;
1434:
1435: IF p_debug_mode = 'Y' THEN
1436: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Done performing action set line id '||l_action_set_line_id_tbl(j));
1437: END IF;
1438:
1439: END LOOP;
1440: