DBA Data[Home] [Help]

APPS.AR_ARXINREV_XMLP_PKG dependencies on FND_MESSAGE

Line 78: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');

74: from gl_period_statuses gl
75: where gl.set_of_books_id = P_SET_OF_BOOKS_ID
76: and gl.application_id=222;
77: IF arp_util.open_period_exists('3000',acc_org_id,acc_start_date,p_end_date) THEN
78: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');
79: l_msg := FND_MESSAGE.get;
80: CP_ACC_MESSAGE := l_msg;
81: ELSE
82: CP_ACC_MESSAGE := NULL;

Line 79: l_msg := FND_MESSAGE.get;

75: where gl.set_of_books_id = P_SET_OF_BOOKS_ID
76: and gl.application_id=222;
77: IF arp_util.open_period_exists('3000',acc_org_id,acc_start_date,p_end_date) THEN
78: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');
79: l_msg := FND_MESSAGE.get;
80: CP_ACC_MESSAGE := l_msg;
81: ELSE
82: CP_ACC_MESSAGE := NULL;
83: END IF;