DBA Data[Home] [Help]

APPS.HR_PARAMETER_HRMNPSUM dependencies on FND_MESSAGE

Line 57: fnd_message.set_name('PER',p_label_name);

53: -- This function gets the tranlation for each of the report parameter
54: -- labels. Pass in the message_name (ie HR_BIS_PRODUCT_CATEGORY) and
55: -- it passes back the correct translation
56:
57: fnd_message.set_name('PER',p_label_name);
58: return fnd_message.get;
59: END Display_Label;
60:
61: PROCEDURE Build_Organization (

Line 58: return fnd_message.get;

54: -- labels. Pass in the message_name (ie HR_BIS_PRODUCT_CATEGORY) and
55: -- it passes back the correct translation
56:
57: fnd_message.set_name('PER',p_label_name);
58: return fnd_message.get;
59: END Display_Label;
60:
61: PROCEDURE Build_Organization (
62: params IN OUT NOCOPY BIS_UTILITIES_PUB.Report_Parameter_Tbl_Type,