DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on FND_NEW_MESSAGES

Line 417: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;

413: IS
414: l_api_name CONSTANT VARCHAR2(30) := 'GET_ADVANCED_PRICE';
415: l_log_head CONSTANT VARCHAR2(100) := g_log_head || l_api_name;
416: l_progress VARCHAR2(3) := '000';
417: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;
418: l_qp_license VARCHAR2(30) := NULL;
419: l_qp_license_product VARCHAR2(30) := NULL; /*Added for bug 8762015*/
420: l_uom_code MTL_UNITS_OF_MEASURE.uom_code%TYPE;
421:

Line 1107: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;

1103: x_return_status OUT NOCOPY VARCHAR2) IS
1104: l_api_name CONSTANT VARCHAR2(30) := 'GET_ADVANCED_PRICE';
1105: l_log_head CONSTANT VARCHAR2(100) := g_log_head || l_api_name;
1106: d_pos NUMBER;
1107: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;
1108: l_qp_license VARCHAR2(30) := NULL;
1109: l_uom_code MTL_UNITS_OF_MEASURE.uom_code%TYPE;
1110: l_return_status_text VARCHAR2(2000);
1111: l_control_rec QP_PREQ_GRP.control_record_type;

Line 1836: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;

1832: IS
1833: l_api_name CONSTANT VARCHAR2(30) := 'CALL_PRICING_MANUAL_MODIFIER';
1834: l_log_head CONSTANT VARCHAR2(100) := g_log_head || l_api_name;
1835: l_progress VARCHAR2(3) := '000';
1836: l_exception_msg FND_NEW_MESSAGES.message_text%TYPE;
1837: l_qp_license VARCHAR2(30) := NULL;
1838: l_uom_code MTL_UNITS_OF_MEASURE.uom_code%TYPE;
1839:
1840: