DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on PA_UTILS

Line 316: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

312: l_ref_task_id := p_reference_task_id;
313: l_return_status := FND_API.G_RET_STS_SUCCESS;
314:
315: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
316: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
317: p_msg_name => l_error_msg_code);
318: END IF;
319: END IF; --End Name-Id Conversion
320:

Line 340: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

336: l_task_manager_id := p_task_manager_person_id;
337: l_return_status := FND_API.G_RET_STS_SUCCESS;
338:
339: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
340: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
341: p_msg_name => l_error_msg_code);
342: -- dbms_output.put_line( 'Error occured in task manager name to id conv. ' );
343: END IF;
344:

Line 380: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

376:
377: l_return_status := FND_API.G_RET_STS_SUCCESS;
378:
379: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
380: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
381: p_msg_name => l_error_msg_code);
382: --dbms_output.put_line( 'Error occured in org name to id conv. ' );
383:
384: END IF;

Line 579: PA_UTILS.ADD_MESSAGE('PA', 'PA_TASK_SEQ_NUM_ERR');

575: and (display_sequence > -(l_display_seq+1) or display_sequence < 0);
576: HY */ NULL;
577: EXCEPTION
578: WHEN OTHERS THEN
579: PA_UTILS.ADD_MESSAGE('PA', 'PA_TASK_SEQ_NUM_ERR');
580: raise FND_API.G_EXC_ERROR;
581: END;
582:
583: --dbms_output.put_line( 'Before INCREMENT_WBS_REC_VER_NUM' );

Line 971: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

967: -- l_task_manager_id := p_task_manager_person_id;
968: -- l_return_status := FND_API.G_RET_STS_SUCCESS;
969: --
970: -- IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
971: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
972: -- p_msg_name => l_error_msg_code);
973: -- END IF;
974: --
975: -- END IF; --End Name-Id Conversion

Line 997: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

993: -- l_carrying_out_org_id := p_carrying_out_organization_id;
994: -- l_return_status := FND_API.G_RET_STS_SUCCESS;
995: --
996: -- IF l_return_status = FND_API.G_RET_STS_ERROR THEN
997: -- PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
998: -- p_msg_name => l_error_msg_code);
999: -- END IF;
1000: -- END IF; --End Name-Id Conversion
1001: -- ELSE

Line 1451: PA_UTILS.ADD_MESSAGE('PA', 'PA_TASK_SEQ_NUM_ERR');

1447: where project_id = p_project_id
1448: and (display_sequence > selected_seq_num);
1449: EXCEPTION
1450: WHEN OTHERS THEN
1451: PA_UTILS.ADD_MESSAGE('PA', 'PA_TASK_SEQ_NUM_ERR');
1452: raise FND_API.G_EXC_ERROR;
1453: END;*/
1454:
1455:

Line 1602: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1598: x_project_id => l_project_id,
1599: x_return_status => l_return_status,
1600: x_error_msg_code => l_error_msg_code);
1601: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1602: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1603: p_msg_name => l_error_msg_code);
1604: END IF;
1605: END IF; --End Project Name-Id Conversion
1606:

Line 1621: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1617: x_task_id => l_task_id,
1618: x_return_status => l_return_status,
1619: x_error_msg_code => l_error_msg_code);
1620: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1621: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1622: p_msg_name => l_error_msg_code);
1623: END IF;
1624: END IF; --End Task Name-Id Conversion
1625: ELSE*/

Line 1639: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1635: x_error_msg_code => l_error_msg_code );
1636:
1637: IF l_return_status = FND_API.G_RET_STS_ERROR
1638: THEN
1639: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1640: p_msg_name => l_error_msg_code);
1641: x_msg_data := l_error_msg_code;
1642: x_return_status := 'E';
1643: RAISE FND_API.G_EXC_ERROR;

Line 1902: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1898: x_project_id => l_project_id,
1899: x_return_status => l_return_status,
1900: x_error_msg_code => l_error_msg_code);
1901: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1902: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1903: p_msg_name => l_error_msg_code);
1904: END IF;
1905: END IF; --End Project Name-Id Conversion
1906:

Line 1923: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1919: x_task_id => l_task_id,
1920: x_return_status => l_return_status,
1921: x_error_msg_code => l_error_msg_code);
1922: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1923: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1924: p_msg_name => l_error_msg_code);
1925: END IF;
1926: END IF; --End Task Name-Id Conversion
1927:

Line 1943: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1939: x_project_id => l_ref_project_id,
1940: x_return_status => l_return_status,
1941: x_error_msg_code => l_error_msg_code);
1942: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1943: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1944: p_msg_name => l_error_msg_code);
1945: END IF;
1946: END IF; --End Ref Project Name-Id Conversion
1947:

Line 1964: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1960: x_task_id => l_ref_task_id,
1961: x_return_status => l_return_status,
1962: x_error_msg_code => l_error_msg_code);
1963: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1964: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1965: p_msg_name => l_error_msg_code);
1966: END IF;
1967: END IF; --End Ref Task Name-Id Conversion
1968:

Line 2234: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

2230: x_project_id => l_project_id,
2231: x_return_status => l_return_status,
2232: x_error_msg_code => l_error_msg_code);
2233: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2234: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2235: p_msg_name => l_error_msg_code);
2236: END IF;
2237: END IF; --End Project Name-Id Conversion
2238:

Line 2254: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

2250: x_task_id => l_task_id,
2251: x_return_status => l_return_status,
2252: x_error_msg_code => l_error_msg_code);
2253: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2254: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2255: p_msg_name => l_error_msg_code);
2256: END IF;
2257: END IF; --End Task Name-Id Conversion
2258:

Line 2273: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

2269: x_project_id => l_ref_project_id,
2270: x_return_status => l_return_status,
2271: x_error_msg_code => l_error_msg_code);
2272: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2273: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2274: p_msg_name => l_error_msg_code);
2275: END IF;
2276: END IF; --End Ref Project Name-Id Conversion
2277:

Line 2292: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

2288: x_task_id => l_ref_task_id,
2289: x_return_status => l_return_status,
2290: x_error_msg_code => l_error_msg_code);
2291: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2292: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2293: p_msg_name => l_error_msg_code);
2294: END IF;
2295: END IF; --End Ref Task Name-Id Conversion*/
2296: ELSE

Line 2313: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

2309: x_error_msg_code => l_error_msg_code );
2310:
2311: IF l_return_status = FND_API.G_RET_STS_ERROR
2312: THEN
2313: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2314: p_msg_name => l_error_msg_code);
2315: x_msg_data := l_error_msg_code;
2316: x_return_status := 'E';
2317: END IF;