DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PVT dependencies on FND_MESSAGE

Line 1069: FND_MESSAGE.SET_NAME('GR',

1065:
1066: FOR c1 IN gr_prop_chng_temp LOOP
1067:
1068: IF l_item IS NULL OR l_item <> c1.item_code THEN
1069: FND_MESSAGE.SET_NAME('GR',
1070: 'GR_NOTIFY_TXT');
1071: l_notify_txt := FND_MESSAGE.Get;
1072:
1073: FND_MESSAGE.SET_NAME('GR',

Line 1071: l_notify_txt := FND_MESSAGE.Get;

1067:
1068: IF l_item IS NULL OR l_item <> c1.item_code THEN
1069: FND_MESSAGE.SET_NAME('GR',
1070: 'GR_NOTIFY_TXT');
1071: l_notify_txt := FND_MESSAGE.Get;
1072:
1073: FND_MESSAGE.SET_NAME('GR',
1074: 'GR_ORGN_TXT');
1075: l_orgn_id_txt := FND_MESSAGE.Get;

Line 1073: FND_MESSAGE.SET_NAME('GR',

1069: FND_MESSAGE.SET_NAME('GR',
1070: 'GR_NOTIFY_TXT');
1071: l_notify_txt := FND_MESSAGE.Get;
1072:
1073: FND_MESSAGE.SET_NAME('GR',
1074: 'GR_ORGN_TXT');
1075: l_orgn_id_txt := FND_MESSAGE.Get;
1076:
1077: FND_MESSAGE.SET_NAME('GR',

Line 1075: l_orgn_id_txt := FND_MESSAGE.Get;

1071: l_notify_txt := FND_MESSAGE.Get;
1072:
1073: FND_MESSAGE.SET_NAME('GR',
1074: 'GR_ORGN_TXT');
1075: l_orgn_id_txt := FND_MESSAGE.Get;
1076:
1077: FND_MESSAGE.SET_NAME('GR',
1078: 'GR_ITEM_CODE_TXT');
1079: l_item_code_txt := FND_MESSAGE.Get;

Line 1077: FND_MESSAGE.SET_NAME('GR',

1073: FND_MESSAGE.SET_NAME('GR',
1074: 'GR_ORGN_TXT');
1075: l_orgn_id_txt := FND_MESSAGE.Get;
1076:
1077: FND_MESSAGE.SET_NAME('GR',
1078: 'GR_ITEM_CODE_TXT');
1079: l_item_code_txt := FND_MESSAGE.Get;
1080:
1081: FND_MESSAGE.SET_NAME('GR',

Line 1079: l_item_code_txt := FND_MESSAGE.Get;

1075: l_orgn_id_txt := FND_MESSAGE.Get;
1076:
1077: FND_MESSAGE.SET_NAME('GR',
1078: 'GR_ITEM_CODE_TXT');
1079: l_item_code_txt := FND_MESSAGE.Get;
1080:
1081: FND_MESSAGE.SET_NAME('GR',
1082: 'GR_ITEM_NAME_TXT');
1083:

Line 1081: FND_MESSAGE.SET_NAME('GR',

1077: FND_MESSAGE.SET_NAME('GR',
1078: 'GR_ITEM_CODE_TXT');
1079: l_item_code_txt := FND_MESSAGE.Get;
1080:
1081: FND_MESSAGE.SET_NAME('GR',
1082: 'GR_ITEM_NAME_TXT');
1083:
1084: l_item_name_txt := FND_MESSAGE.Get;
1085: l_item_details := l_item_details ||

Line 1084: l_item_name_txt := FND_MESSAGE.Get;

1080:
1081: FND_MESSAGE.SET_NAME('GR',
1082: 'GR_ITEM_NAME_TXT');
1083:
1084: l_item_name_txt := FND_MESSAGE.Get;
1085: l_item_details := l_item_details ||
1086: l_notify_txt || fnd_global.local_chr(10) ||
1087: l_orgn_id_txt || ' ' || c1.orgn_code || fnd_global.local_chr(10) ||
1088: l_item_code_txt || ' ' || c1.item_code || fnd_global.local_chr(10) ||

Line 1096: FND_MESSAGE.SET_NAME('GR',

1092:
1093: END IF;
1094:
1095: FOR c3 in get_property_value (c1.orgn_id, c1.item_code,c1.property_name) LOOP
1096: FND_MESSAGE.SET_NAME('GR',
1097: 'GR_CURR_PROP_TXT');
1098: l_current_prop_txt := FND_MESSAGE.Get;
1099:
1100: FND_MESSAGE.SET_NAME('GR',

Line 1098: l_current_prop_txt := FND_MESSAGE.Get;

1094:
1095: FOR c3 in get_property_value (c1.orgn_id, c1.item_code,c1.property_name) LOOP
1096: FND_MESSAGE.SET_NAME('GR',
1097: 'GR_CURR_PROP_TXT');
1098: l_current_prop_txt := FND_MESSAGE.Get;
1099:
1100: FND_MESSAGE.SET_NAME('GR',
1101: 'GR_PROPOSED_PROP_TXT');
1102: l_proposed_prop_txt := FND_MESSAGE.Get;

Line 1100: FND_MESSAGE.SET_NAME('GR',

1096: FND_MESSAGE.SET_NAME('GR',
1097: 'GR_CURR_PROP_TXT');
1098: l_current_prop_txt := FND_MESSAGE.Get;
1099:
1100: FND_MESSAGE.SET_NAME('GR',
1101: 'GR_PROPOSED_PROP_TXT');
1102: l_proposed_prop_txt := FND_MESSAGE.Get;
1103:
1104: FND_MESSAGE.SET_NAME('GR',

Line 1102: l_proposed_prop_txt := FND_MESSAGE.Get;

1098: l_current_prop_txt := FND_MESSAGE.Get;
1099:
1100: FND_MESSAGE.SET_NAME('GR',
1101: 'GR_PROPOSED_PROP_TXT');
1102: l_proposed_prop_txt := FND_MESSAGE.Get;
1103:
1104: FND_MESSAGE.SET_NAME('GR',
1105: 'GR_PROPERTY_NAME_TXT');
1106: l_property_name_txt := FND_MESSAGE.Get;

Line 1104: FND_MESSAGE.SET_NAME('GR',

1100: FND_MESSAGE.SET_NAME('GR',
1101: 'GR_PROPOSED_PROP_TXT');
1102: l_proposed_prop_txt := FND_MESSAGE.Get;
1103:
1104: FND_MESSAGE.SET_NAME('GR',
1105: 'GR_PROPERTY_NAME_TXT');
1106: l_property_name_txt := FND_MESSAGE.Get;
1107:
1108: l_map_details := l_map_details || l_property_name_txt || ' ' ||

Line 1106: l_property_name_txt := FND_MESSAGE.Get;

1102: l_proposed_prop_txt := FND_MESSAGE.Get;
1103:
1104: FND_MESSAGE.SET_NAME('GR',
1105: 'GR_PROPERTY_NAME_TXT');
1106: l_property_name_txt := FND_MESSAGE.Get;
1107:
1108: l_map_details := l_map_details || l_property_name_txt || ' ' ||
1109: c3.property_name || fnd_global.local_chr(10) ||
1110: l_current_prop_txt || ' ' || c3.property_value ||

Line 1116: FND_MESSAGE.SET_NAME('GR',

1112: l_proposed_prop_txt || ' ' || c3.proposed_value ||
1113: fnd_global.local_chr(10);
1114: END LOOP;
1115: FOR c4 in get_unmap_property_value (c1.orgn_id, c1.item_code,c1.property_name) LOOP
1116: FND_MESSAGE.SET_NAME('GR',
1117: 'GR_NOTIFY_NON_REG_TXT');
1118: l_noti_non_reg_txt := FND_MESSAGE.Get;
1119:
1120: FND_MESSAGE.SET_NAME('GR',

Line 1118: l_noti_non_reg_txt := FND_MESSAGE.Get;

1114: END LOOP;
1115: FOR c4 in get_unmap_property_value (c1.orgn_id, c1.item_code,c1.property_name) LOOP
1116: FND_MESSAGE.SET_NAME('GR',
1117: 'GR_NOTIFY_NON_REG_TXT');
1118: l_noti_non_reg_txt := FND_MESSAGE.Get;
1119:
1120: FND_MESSAGE.SET_NAME('GR',
1121: 'GR_CURR_PROP_TXT');
1122: l_current_prop_txt := FND_MESSAGE.Get;

Line 1120: FND_MESSAGE.SET_NAME('GR',

1116: FND_MESSAGE.SET_NAME('GR',
1117: 'GR_NOTIFY_NON_REG_TXT');
1118: l_noti_non_reg_txt := FND_MESSAGE.Get;
1119:
1120: FND_MESSAGE.SET_NAME('GR',
1121: 'GR_CURR_PROP_TXT');
1122: l_current_prop_txt := FND_MESSAGE.Get;
1123:
1124: FND_MESSAGE.SET_NAME('GR',

Line 1122: l_current_prop_txt := FND_MESSAGE.Get;

1118: l_noti_non_reg_txt := FND_MESSAGE.Get;
1119:
1120: FND_MESSAGE.SET_NAME('GR',
1121: 'GR_CURR_PROP_TXT');
1122: l_current_prop_txt := FND_MESSAGE.Get;
1123:
1124: FND_MESSAGE.SET_NAME('GR',
1125: 'GR_PROPOSED_PROP_TXT');
1126: l_proposed_prop_txt := FND_MESSAGE.Get;

Line 1124: FND_MESSAGE.SET_NAME('GR',

1120: FND_MESSAGE.SET_NAME('GR',
1121: 'GR_CURR_PROP_TXT');
1122: l_current_prop_txt := FND_MESSAGE.Get;
1123:
1124: FND_MESSAGE.SET_NAME('GR',
1125: 'GR_PROPOSED_PROP_TXT');
1126: l_proposed_prop_txt := FND_MESSAGE.Get;
1127:
1128: FND_MESSAGE.SET_NAME('GR',

Line 1126: l_proposed_prop_txt := FND_MESSAGE.Get;

1122: l_current_prop_txt := FND_MESSAGE.Get;
1123:
1124: FND_MESSAGE.SET_NAME('GR',
1125: 'GR_PROPOSED_PROP_TXT');
1126: l_proposed_prop_txt := FND_MESSAGE.Get;
1127:
1128: FND_MESSAGE.SET_NAME('GR',
1129: 'GR_PROPERTY_NAME_TXT');
1130: l_property_name_txt := FND_MESSAGE.Get;

Line 1128: FND_MESSAGE.SET_NAME('GR',

1124: FND_MESSAGE.SET_NAME('GR',
1125: 'GR_PROPOSED_PROP_TXT');
1126: l_proposed_prop_txt := FND_MESSAGE.Get;
1127:
1128: FND_MESSAGE.SET_NAME('GR',
1129: 'GR_PROPERTY_NAME_TXT');
1130: l_property_name_txt := FND_MESSAGE.Get;
1131:
1132: l_unmap_details := l_unmap_details || fnd_global.local_chr(10) ||

Line 1130: l_property_name_txt := FND_MESSAGE.Get;

1126: l_proposed_prop_txt := FND_MESSAGE.Get;
1127:
1128: FND_MESSAGE.SET_NAME('GR',
1129: 'GR_PROPERTY_NAME_TXT');
1130: l_property_name_txt := FND_MESSAGE.Get;
1131:
1132: l_unmap_details := l_unmap_details || fnd_global.local_chr(10) ||
1133: l_noti_non_reg_txt || fnd_global.local_chr(10) ||
1134: l_property_name_txt || ' ' || c4.property_name || fnd_global.local_chr(10) ||

Line 1256: FND_MESSAGE.SET_NAME('GR','GR_DEBUG_API');

1252:
1253: PROCEDURE log_msg(p_msg_text IN VARCHAR2) IS
1254: BEGIN
1255:
1256: FND_MESSAGE.SET_NAME('GR','GR_DEBUG_API');
1257: FND_MESSAGE.SET_TOKEN('MSG',p_msg_text);
1258: FND_MSG_PUB.Add;
1259:
1260: END log_msg ;

Line 1257: FND_MESSAGE.SET_TOKEN('MSG',p_msg_text);

1253: PROCEDURE log_msg(p_msg_text IN VARCHAR2) IS
1254: BEGIN
1255:
1256: FND_MESSAGE.SET_NAME('GR','GR_DEBUG_API');
1257: FND_MESSAGE.SET_TOKEN('MSG',p_msg_text);
1258: FND_MSG_PUB.Add;
1259:
1260: END log_msg ;
1261: