DBA Data[Home] [Help]

APPS.PN_VAREN_UTIL dependencies on FND_MESSAGE

Line 149: /*fnd_message.set_name ('PN'

145: , x_lease_termination_date;
146:
147: IF c_lease_id%NOTFOUND
148: THEN
149: /*fnd_message.set_name ('PN'
150: , 'PN_VAR_INV_LEASE'
151: ); -- message
152: fnd_msg_pub.ADD;*/
153: x_return_status := fnd_api.g_ret_sts_error;

Line 175: /*fnd_message.set_name ('PN'

171: , x_lease_termination_date;
172:
173: IF c_lease_name%NOTFOUND
174: THEN
175: /*fnd_message.set_name ('PN'
176: , 'PN_VAR_INV_LEASE'
177: ); -- message
178: fnd_msg_pub.ADD;*/
179: x_return_status := fnd_api.g_ret_sts_error;

Line 201: /*fnd_message.set_name ('PN'

197: , x_lease_termination_date;
198:
199: IF c_lease_num%NOTFOUND
200: THEN
201: /*fnd_message.set_name ('PN'
202: , 'PN_VAR_INV_LEASE'
203: ); -- message
204: fnd_msg_pub.ADD;*/
205: x_return_status := fnd_api.g_ret_sts_error;

Line 481: fnd_message.set_name ('PN'

477: , x_lookup_code;
478:
479: IF (c_lookup_type%NOTFOUND)
480: THEN
481: fnd_message.set_name ('PN'
482: , 'PN_VAR_INVLKP_MEANING'
483: );
484: fnd_msg_pub.ADD;
485: x_return_status := fnd_api.g_ret_sts_error;

Line 503: fnd_message.set_name ('PN'

499: , x_lookup_code;
500:
501: IF (c_lookup_code%NOTFOUND)
502: THEN
503: fnd_message.set_name ('PN'
504: , 'PN_VAR_INVLKP_CODE'
505: );
506: fnd_msg_pub.ADD;
507: x_return_status := fnd_api.g_ret_sts_error;

Line 989: fnd_message.set_name ('PN'

985: AND p_cumulative_vol_code = 'Y')
986: OR ( p_proration_rule_code = 'NP'
987: AND p_cumulative_vol_code = 'T')
988: THEN
989: fnd_message.set_name ('PN'
990: , 'PN_VAR_CALC_PRO_CODE'
991: );
992: x_return_status := fnd_api.g_ret_sts_error;
993: ELSE

Line 1029: fnd_message.set_name ('PN'

1025: AND p_invoice_on_code = 'FORECASTED')
1026: OR ( p_proration_rule_code = 'CYP'
1027: AND p_invoice_on_code = 'FORECASTED')
1028: THEN
1029: fnd_message.set_name ('PN'
1030: , 'PN_VAR_FOR_PRO_CODE'
1031: );
1032: x_return_status := fnd_api.g_ret_sts_error;
1033: ELSE

Line 1065: fnd_message.set_name ('PN'

1061: AND p_reptg_freq_code IN ('MON', 'QTR'))
1062: OR ( p_vrg_reptg_freq_code = 'YR'
1063: AND p_reptg_freq_code IN ('MON', 'QTR', 'SA'))
1064: THEN
1065: fnd_message.set_name ('PN'
1066: , 'PN_VAR_CALC_REPTG_FREQ'
1067: );
1068: x_return_status := fnd_api.g_ret_sts_error;
1069: ELSE

Line 1101: fnd_message.set_name ('PN'

1097: AND p_invg_freq_code IN ('MON', 'QTR'))
1098: OR ( p_reptg_freq_code = 'YR'
1099: AND p_invg_freq_code IN ('MON', 'QTR', 'SA'))
1100: THEN
1101: fnd_message.set_name ('PN'
1102: , 'PN_VAR_INVG_CALC_FREQ'
1103: );
1104: x_return_status := fnd_api.g_ret_sts_error;
1105: ELSE