DBA Data[Home] [Help]

APPS.PA_WORKPLAN_ATTR_PUB dependencies on PA_UTILS

Line 131: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

127: ,x_return_status => l_return_status
128: ,x_error_msg_code => l_error_msg_code);
129:
130: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
131: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
132: end if;
133: end if;
134:
135: If (l_approver_source_id is not null and p_approval_reqd_flag = 'N') then

Line 136: PA_UTILS.Add_Message( p_app_short_name => 'PA'

132: end if;
133: end if;
134:
135: If (l_approver_source_id is not null and p_approval_reqd_flag = 'N') then
136: PA_UTILS.Add_Message( p_app_short_name => 'PA'
137: ,p_msg_name => 'PA_PS_APPROVER_ERR');
138: End If;
139:
140: if ((p_lifecycle_name <> FND_API.G_MISS_CHAR) AND (p_lifecycle_name is not NULL)) OR

Line 151: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

147: ,x_return_status => l_return_status
148: ,x_error_msg_code => l_error_msg_code);
149:
150: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
151: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
152: end if;
153: end if;
154:
155: if ((p_current_lifecycle_phase_id <> FND_API.G_MISS_NUM) AND (p_current_lifecycle_phase_id is not NULL)) OR

Line 167: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

163: ,x_return_status => l_return_status
164: ,x_error_msg_code => l_error_msg_code);
165:
166: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
167: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
168: end if;
169: end if;
170:
171: l_msg_count := FND_MSG_PUB.count_msg;

Line 415: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

411: ,x_return_status => l_return_status
412: ,x_error_msg_code => l_error_msg_code);
413:
414: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
415: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
416: end if;
417: end if;
418:
419:

Line 442: PA_UTILS.Add_Message( p_app_short_name => 'PA'

438: p_approval_reqd_flag = 'Y' OR
439: p_approver_name IS NOT NULL OR
440: p_auto_publish_flag = 'Y' ) OR (p_auto_pub_upon_creation_flag = 'Y' AND l_template_flag='Y'))) THEN --End of Bug 14361423
441:
442: PA_UTILS.Add_Message( p_app_short_name => 'PA'
443: ,p_msg_name => 'PA_PS_VERSN_DISABLED');
444: END IF;
445:
446: -- End Of Bug fix 5678706

Line 451: PA_UTILS.Add_Message( p_app_short_name => 'PA'

447:
448:
449:
450: If (l_approver_source_id is not null and p_approval_reqd_flag = 'N') then
451: PA_UTILS.Add_Message( p_app_short_name => 'PA'
452: ,p_msg_name => 'PA_PS_APPROVER_ERR');
453: End If;
454:
455: -- For bug 2593130

Line 457: PA_UTILS.Add_Message( p_app_short_name => 'PA'

453: End If;
454:
455: -- For bug 2593130
456: if (p_auto_publish_flag = 'Y' and p_approval_reqd_flag = 'N') then
457: PA_UTILS.Add_Message( p_app_short_name => 'PA'
458: ,p_msg_name => 'PA_PS_AUTO_PUB_INVALID');
459: End If;
460: -- End of bug fix
461:

Line 474: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

470: ,x_return_status => l_return_status
471: ,x_error_msg_code => l_error_msg_code);
472:
473: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
474: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
475: end if;
476: end if;
477:
478: if ((p_current_lifecycle_phase_id <> FND_API.G_MISS_NUM) AND (p_current_lifecycle_phase_id is not NULL)) OR

Line 491: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);

487: ,x_return_status => l_return_status
488: ,x_error_msg_code => l_error_msg_code);
489:
490: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
491: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
492: end if;
493: end if;
494:
495: l_msg_count := FND_MSG_PUB.count_msg;

Line 670: PA_UTILS.Add_Message( p_app_short_name => 'PA'

666: pa_debug.debug('Performing ID validations and conversions...');
667: end if;
668:
669: If p_structure_name is null then
670: PA_UTILS.Add_Message( p_app_short_name => 'PA'
671: ,p_msg_name => 'PA_PS_STRUC_NAME_REQ');
672: End If;
673:
674: l_msg_count := FND_MSG_PUB.count_msg;