DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on FND_MSG_PUB

Line 765: p_msg_count => fnd_msg_pub.count_msg,

761: l_savepoint := false;
762: rollback to l_job_billability_change ;
763: set_nf_error_msg_attr(p_item_type => itemtype,
764: p_item_key => itemkey,
765: p_msg_count => fnd_msg_pub.count_msg,
766: p_msg_data => l_msg_data);
767:
768: wf_engine.SetItemAttrText
769: ( itemtype => itemtype

Line 938: p_msg_count => fnd_msg_pub.count_msg,

934: l_savepoint := false;
935: rollback to l_full_name_change ;
936: set_nf_error_msg_attr(p_item_type => itemtype,
937: p_item_key => itemkey,
938: p_msg_count => fnd_msg_pub.count_msg,
939: p_msg_data => l_msg_data);
940:
941: wf_engine.SetItemAttrText
942: ( itemtype => itemtype

Line 1129: p_msg_count => fnd_msg_pub.count_msg,

1125: l_savepoint := false;
1126: rollback to l_ou_change ;
1127: set_nf_error_msg_attr(p_item_type => itemtype,
1128: p_item_key => itemkey,
1129: p_msg_count => fnd_msg_pub.count_msg,
1130: p_msg_data => l_msg_data);
1131:
1132: wf_engine.SetItemAttrText
1133: ( itemtype => itemtype

Line 1330: p_msg_count => fnd_msg_pub.count_msg,

1326: l_savepoint := false;
1327: rollback to l_valid_grade_change ;
1328: set_nf_error_msg_attr(p_item_type => itemtype,
1329: p_item_key => itemkey,
1330: p_msg_count => fnd_msg_pub.count_msg,
1331: p_msg_data => l_msg_data);
1332:
1333: wf_engine.SetItemAttrText
1334: ( itemtype => itemtype

Line 1501: p_msg_count => fnd_msg_pub.count_msg,

1497: l_savepoint := false;
1498: rollback to l_job_level_change ;
1499: set_nf_error_msg_attr(p_item_type => itemtype,
1500: p_item_key => itemkey,
1501: p_msg_count => fnd_msg_pub.count_msg,
1502: p_msg_data => l_msg_data);
1503:
1504: wf_engine.SetItemAttrText
1505: ( itemtype => itemtype

Line 1748: p_msg_count => fnd_msg_pub.count_msg,

1744: l_savepoint := false;
1745: rollback to l_address_change ;
1746: set_nf_error_msg_attr(p_item_type => itemtype,
1747: p_item_key => itemkey,
1748: p_msg_count => fnd_msg_pub.count_msg,
1749: p_msg_data => l_msg_data);
1750:
1751: wf_engine.SetItemAttrText
1752: ( itemtype => itemtype

Line 1966: p_msg_count => fnd_msg_pub.count_msg,

1962: l_savepoint := false;
1963: rollback to l_project_org_change ;
1964: set_nf_error_msg_attr(p_item_type => itemtype,
1965: p_item_key => itemkey,
1966: p_msg_count => fnd_msg_pub.count_msg,
1967: p_msg_data => l_msg_data);
1968:
1969: wf_engine.SetItemAttrText
1970: ( itemtype => itemtype

Line 2166: p_msg_count => fnd_msg_pub.count_msg,

2162: l_savepoint := false;
2163: rollback to l_job_rel_change ;
2164: set_nf_error_msg_attr(p_item_type => itemtype,
2165: p_item_key => itemkey,
2166: p_msg_count => fnd_msg_pub.count_msg,
2167: p_msg_data => l_msg_data);
2168:
2169: wf_engine.SetItemAttrText
2170: ( itemtype => itemtype

Line 2792: p_msg_count => fnd_msg_pub.count_msg,

2788: l_savepoint := false;
2789: rollback to l_assignment_change ;
2790: set_nf_error_msg_attr(p_item_type => itemtype,
2791: p_item_key => itemkey,
2792: p_msg_count => fnd_msg_pub.count_msg,
2793: p_msg_data => l_msg_data);
2794:
2795: wf_engine.SetItemAttrText
2796: ( itemtype => itemtype

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

3112:
3113: x_return_status := FND_API.G_RET_STS_ERROR;
3114: x_msg_count := 1;
3115: x_msg_data := substr(SQLERRM,1,240);
3116: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_HR_UPDATE_PA_ENTITIES',
3117: p_procedure_name => 'create_fte_sync_wf');
3118: If x_msg_count = 1 THEN
3119: pa_interface_utils_pub.get_messages
3120: (p_encoded => FND_API.G_TRUE,

Line 3242: p_msg_count => fnd_msg_pub.count_msg,

3238: l_savepoint := false;
3239: ROLLBACK to l_termination_change ;
3240: set_nf_error_msg_attr(p_item_type => itemtype,
3241: p_item_key => itemkey,
3242: p_msg_count => fnd_msg_pub.count_msg,
3243: p_msg_data => l_msg_data);
3244:
3245: resultout := wf_engine.eng_completed||':'||'E';
3246: