DBA Data[Home] [Help]

APPS.PA_WORKPLAN_ATTR_PUB dependencies on PA_UTILS

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

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

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

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

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

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

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

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

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

391: ,x_return_status => l_return_status
392: ,x_error_msg_code => l_error_msg_code);
393:
394: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
395: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
396: end if;
397: end if;
398:
399: -- Start of Bug fix 5678706

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

403: p_approver_name IS NOT NULL OR
404: p_auto_publish_flag = 'Y' OR
405: p_auto_pub_upon_creation_flag = 'Y') THEN
406:
407: PA_UTILS.Add_Message( p_app_short_name => 'PA'
408: ,p_msg_name => 'PA_PS_VERSN_DISABLED');
409: END IF;
410: -- End Of Bug fix 5678706
411:

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

409: END IF;
410: -- End Of Bug fix 5678706
411:
412: If (l_approver_source_id is not null and p_approval_reqd_flag = 'N') then
413: PA_UTILS.Add_Message( p_app_short_name => 'PA'
414: ,p_msg_name => 'PA_PS_APPROVER_ERR');
415: End If;
416:
417: -- For bug 2593130

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

415: End If;
416:
417: -- For bug 2593130
418: if (p_auto_publish_flag = 'Y' and p_approval_reqd_flag = 'N') then
419: PA_UTILS.Add_Message( p_app_short_name => 'PA'
420: ,p_msg_name => 'PA_PS_AUTO_PUB_INVALID');
421: End If;
422: -- End of bug fix
423:

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

432: ,x_return_status => l_return_status
433: ,x_error_msg_code => l_error_msg_code);
434:
435: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
436: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
437: end if;
438: end if;
439:
440: if ((p_current_lifecycle_phase_id <> FND_API.G_MISS_NUM) AND (p_current_lifecycle_phase_id is not NULL)) OR

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

449: ,x_return_status => l_return_status
450: ,x_error_msg_code => l_error_msg_code);
451:
452: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
453: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA', p_msg_name => l_error_msg_code);
454: end if;
455: end if;
456:
457: l_msg_count := FND_MSG_PUB.count_msg;

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

625: pa_debug.debug('Performing ID validations and conversions...');
626: end if;
627:
628: If p_structure_name is null then
629: PA_UTILS.Add_Message( p_app_short_name => 'PA'
630: ,p_msg_name => 'PA_PS_STRUC_NAME_REQ');
631: End If;
632:
633: l_msg_count := FND_MSG_PUB.count_msg;