DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on FND_MESSAGE

Line 1882: fnd_message.set_name ('PO', 'PO_WF_NOTIF_INVALID_FORWARD');

1878: OPEN is_user_valid;
1879: FETCH is_user_valid INTO l_user_id;
1880: IF is_user_valid%notfound THEN
1881: -- the forward to is invalid
1882: fnd_message.set_name ('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
1883: l_error_msg := fnd_message.get;
1884:
1885: wf_engine.SetItemAttrText
1886: ( itemtype,

Line 1883: l_error_msg := fnd_message.get;

1879: FETCH is_user_valid INTO l_user_id;
1880: IF is_user_valid%notfound THEN
1881: -- the forward to is invalid
1882: fnd_message.set_name ('PO', 'PO_WF_NOTIF_INVALID_FORWARD');
1883: l_error_msg := fnd_message.get;
1884:
1885: wf_engine.SetItemAttrText
1886: ( itemtype,
1887: itemkey,