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 968: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

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

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

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

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

1439: where project_id = p_project_id
1440: and (display_sequence > selected_seq_num);
1441: EXCEPTION
1442: WHEN OTHERS THEN
1443: PA_UTILS.ADD_MESSAGE('PA', 'PA_TASK_SEQ_NUM_ERR');
1444: raise FND_API.G_EXC_ERROR;
1445: END;*/
1446:
1447:

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

1590: x_project_id => l_project_id,
1591: x_return_status => l_return_status,
1592: x_error_msg_code => l_error_msg_code);
1593: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1594: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1595: p_msg_name => l_error_msg_code);
1596: END IF;
1597: END IF; --End Project Name-Id Conversion
1598:

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

1609: x_task_id => l_task_id,
1610: x_return_status => l_return_status,
1611: x_error_msg_code => l_error_msg_code);
1612: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1613: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1614: p_msg_name => l_error_msg_code);
1615: END IF;
1616: END IF; --End Task Name-Id Conversion
1617: ELSE*/

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

1627: x_error_msg_code => l_error_msg_code );
1628:
1629: IF l_return_status = FND_API.G_RET_STS_ERROR
1630: THEN
1631: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1632: p_msg_name => l_error_msg_code);
1633: x_msg_data := l_error_msg_code;
1634: x_return_status := 'E';
1635: RAISE FND_API.G_EXC_ERROR;

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

1890: x_project_id => l_project_id,
1891: x_return_status => l_return_status,
1892: x_error_msg_code => l_error_msg_code);
1893: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1894: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1895: p_msg_name => l_error_msg_code);
1896: END IF;
1897: END IF; --End Project Name-Id Conversion
1898:

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

1911: x_task_id => l_task_id,
1912: x_return_status => l_return_status,
1913: x_error_msg_code => l_error_msg_code);
1914: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1915: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1916: p_msg_name => l_error_msg_code);
1917: END IF;
1918: END IF; --End Task Name-Id Conversion
1919:

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

1931: x_project_id => l_ref_project_id,
1932: x_return_status => l_return_status,
1933: x_error_msg_code => l_error_msg_code);
1934: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1935: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1936: p_msg_name => l_error_msg_code);
1937: END IF;
1938: END IF; --End Ref Project Name-Id Conversion
1939:

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

1952: x_task_id => l_ref_task_id,
1953: x_return_status => l_return_status,
1954: x_error_msg_code => l_error_msg_code);
1955: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1956: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1957: p_msg_name => l_error_msg_code);
1958: END IF;
1959: END IF; --End Ref Task Name-Id Conversion
1960:

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

2222: x_project_id => l_project_id,
2223: x_return_status => l_return_status,
2224: x_error_msg_code => l_error_msg_code);
2225: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2226: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2227: p_msg_name => l_error_msg_code);
2228: END IF;
2229: END IF; --End Project Name-Id Conversion
2230:

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

2242: x_task_id => l_task_id,
2243: x_return_status => l_return_status,
2244: x_error_msg_code => l_error_msg_code);
2245: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2246: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2247: p_msg_name => l_error_msg_code);
2248: END IF;
2249: END IF; --End Task Name-Id Conversion
2250:

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

2261: x_project_id => l_ref_project_id,
2262: x_return_status => l_return_status,
2263: x_error_msg_code => l_error_msg_code);
2264: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2265: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2266: p_msg_name => l_error_msg_code);
2267: END IF;
2268: END IF; --End Ref Project Name-Id Conversion
2269:

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

2280: x_task_id => l_ref_task_id,
2281: x_return_status => l_return_status,
2282: x_error_msg_code => l_error_msg_code);
2283: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2284: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2285: p_msg_name => l_error_msg_code);
2286: END IF;
2287: END IF; --End Ref Task Name-Id Conversion*/
2288: ELSE

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

2301: x_error_msg_code => l_error_msg_code );
2302:
2303: IF l_return_status = FND_API.G_RET_STS_ERROR
2304: THEN
2305: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
2306: p_msg_name => l_error_msg_code);
2307: x_msg_data := l_error_msg_code;
2308: x_return_status := 'E';
2309: END IF;