DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on FND_MSG_PUB

Line 857: p_msg_count => fnd_msg_pub.count_msg,

853: l_savepoint := false;
854: rollback to l_job_billability_change ;
855: set_nf_error_msg_attr(p_item_type => itemtype,
856: p_item_key => itemkey,
857: p_msg_count => fnd_msg_pub.count_msg,
858: p_msg_data => l_msg_data);
859:
860: wf_engine.SetItemAttrText
861: ( itemtype => itemtype

Line 1030: p_msg_count => fnd_msg_pub.count_msg,

1026: l_savepoint := false;
1027: rollback to l_full_name_change ;
1028: set_nf_error_msg_attr(p_item_type => itemtype,
1029: p_item_key => itemkey,
1030: p_msg_count => fnd_msg_pub.count_msg,
1031: p_msg_data => l_msg_data);
1032:
1033: wf_engine.SetItemAttrText
1034: ( itemtype => itemtype

Line 1221: p_msg_count => fnd_msg_pub.count_msg,

1217: l_savepoint := false;
1218: rollback to l_ou_change ;
1219: set_nf_error_msg_attr(p_item_type => itemtype,
1220: p_item_key => itemkey,
1221: p_msg_count => fnd_msg_pub.count_msg,
1222: p_msg_data => l_msg_data);
1223:
1224: wf_engine.SetItemAttrText
1225: ( itemtype => itemtype

Line 1422: p_msg_count => fnd_msg_pub.count_msg,

1418: l_savepoint := false;
1419: rollback to l_valid_grade_change ;
1420: set_nf_error_msg_attr(p_item_type => itemtype,
1421: p_item_key => itemkey,
1422: p_msg_count => fnd_msg_pub.count_msg,
1423: p_msg_data => l_msg_data);
1424:
1425: wf_engine.SetItemAttrText
1426: ( itemtype => itemtype

Line 1593: p_msg_count => fnd_msg_pub.count_msg,

1589: l_savepoint := false;
1590: rollback to l_job_level_change ;
1591: set_nf_error_msg_attr(p_item_type => itemtype,
1592: p_item_key => itemkey,
1593: p_msg_count => fnd_msg_pub.count_msg,
1594: p_msg_data => l_msg_data);
1595:
1596: wf_engine.SetItemAttrText
1597: ( itemtype => itemtype

Line 1840: p_msg_count => fnd_msg_pub.count_msg,

1836: l_savepoint := false;
1837: rollback to l_address_change ;
1838: set_nf_error_msg_attr(p_item_type => itemtype,
1839: p_item_key => itemkey,
1840: p_msg_count => fnd_msg_pub.count_msg,
1841: p_msg_data => l_msg_data);
1842:
1843: wf_engine.SetItemAttrText
1844: ( itemtype => itemtype

Line 2095: p_msg_count => fnd_msg_pub.count_msg,

2091: l_savepoint := false;
2092: rollback to l_project_org_change ;
2093: set_nf_error_msg_attr(p_item_type => itemtype,
2094: p_item_key => itemkey,
2095: p_msg_count => fnd_msg_pub.count_msg,
2096: p_msg_data => l_msg_data);
2097:
2098: wf_engine.SetItemAttrText
2099: ( itemtype => itemtype

Line 2295: p_msg_count => fnd_msg_pub.count_msg,

2291: l_savepoint := false;
2292: rollback to l_job_rel_change ;
2293: set_nf_error_msg_attr(p_item_type => itemtype,
2294: p_item_key => itemkey,
2295: p_msg_count => fnd_msg_pub.count_msg,
2296: p_msg_data => l_msg_data);
2297:
2298: wf_engine.SetItemAttrText
2299: ( itemtype => itemtype

Line 2984: p_msg_count => fnd_msg_pub.count_msg,

2980: l_savepoint := false;
2981: rollback to l_assignment_change ;
2982: set_nf_error_msg_attr(p_item_type => itemtype,
2983: p_item_key => itemkey,
2984: p_msg_count => fnd_msg_pub.count_msg,
2985: p_msg_data => l_msg_data);
2986:
2987: wf_engine.SetItemAttrText
2988: ( itemtype => itemtype

Line 3313: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_HR_UPDATE_PA_ENTITIES',

3309:
3310: x_return_status := FND_API.G_RET_STS_ERROR;
3311: x_msg_count := 1;
3312: x_msg_data := substr(SQLERRM,1,240);
3313: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_HR_UPDATE_PA_ENTITIES',
3314: p_procedure_name => 'create_fte_sync_wf');
3315: If x_msg_count = 1 THEN
3316: pa_interface_utils_pub.get_messages
3317: (p_encoded => FND_API.G_TRUE,

Line 3439: p_msg_count => fnd_msg_pub.count_msg,

3435: l_savepoint := false;
3436: ROLLBACK to l_termination_change ;
3437: set_nf_error_msg_attr(p_item_type => itemtype,
3438: p_item_key => itemkey,
3439: p_msg_count => fnd_msg_pub.count_msg,
3440: p_msg_data => l_msg_data);
3441:
3442: resultout := wf_engine.eng_completed||':'||'E';
3443: