DBA Data[Home] [Help]

APPS.PSB_WORKFLOW_PVT dependencies on FND_MESSAGE

Line 769: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');

765: l_bg_short_name := c_bg_name_rec.short_name;
766: END LOOP;
767: /*For Bug No : 2239422 End*/
768:
769: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');
770:
771: /*For Bug No : 2239422 Start*/
772: --commented since bg_short_name has to be displayed
773: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);

Line 773: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);

769: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');
770:
771: /*For Bug No : 2239422 Start*/
772: --commented since bg_short_name has to be displayed
773: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);
774: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);
775: /*For Bug No : 2239422 End*/
776:
777: FND_MSG_PUB.Add ;

Line 774: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);

770:
771: /*For Bug No : 2239422 Start*/
772: --commented since bg_short_name has to be displayed
773: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);
774: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);
775: /*For Bug No : 2239422 End*/
776:
777: FND_MSG_PUB.Add ;
778: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

Line 1502: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');

1498: l_bg_short_name := c_bg_name_rec.short_name;
1499: END LOOP;
1500: /*For Bug No : 2239422 End*/
1501:
1502: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');
1503:
1504: /*For Bug No : 2239422 Start*/
1505: --commented since bg_short_name has to be displayed
1506: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);

Line 1506: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);

1502: FND_MESSAGE.SET_NAME ('PSB', 'PSB_DISTRIBUTION_NO_ROLE');
1503:
1504: /*For Bug No : 2239422 Start*/
1505: --commented since bg_short_name has to be displayed
1506: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);
1507: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);
1508: /*For Bug No : 2239422 End*/
1509:
1510: FND_MSG_PUB.Add ;

Line 1507: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);

1503:
1504: /*For Bug No : 2239422 Start*/
1505: --commented since bg_short_name has to be displayed
1506: --FND_MESSAGE.SET_TOKEN('BGROUP', p_budget_group_id);
1507: FND_MESSAGE.SET_TOKEN('BGROUP', l_bg_short_name);
1508: /*For Bug No : 2239422 End*/
1509:
1510: FND_MSG_PUB.Add ;
1511: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

Line 1808: fnd_message.set_name('PSB', 'PSB_POETA_AG_PROCESS_UNDEFINED') ;

1804: result := null;
1805: RETURN;
1806: END IF;
1807:
1808: fnd_message.set_name('PSB', 'PSB_POETA_AG_PROCESS_UNDEFINED') ;
1809: l_error_msg := fnd_message.get_encoded ;
1810:
1811: wf_engine.SetItemAttrText( itemtype => itemtype,
1812: itemkey => itemkey,

Line 1809: l_error_msg := fnd_message.get_encoded ;

1805: RETURN;
1806: END IF;
1807:
1808: fnd_message.set_name('PSB', 'PSB_POETA_AG_PROCESS_UNDEFINED') ;
1809: l_error_msg := fnd_message.get_encoded ;
1810:
1811: wf_engine.SetItemAttrText( itemtype => itemtype,
1812: itemkey => itemkey,
1813: aname => 'ERROR_MESSAGE',