DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_REPORT dependencies on GMF_SUBLEDGER_REPORT

Line 1: PACKAGE BODY GMF_SUBLEDGER_REPORT AS

1: PACKAGE BODY GMF_SUBLEDGER_REPORT AS
2: /* $Header: gmfsubrb.pls 115.45 2004/07/23 17:09:50 dvadivel ship $ */
3:
4: /* variables for break processing in the report. */
5: last_voucher_id gl_subr_led_vw.voucher_id%TYPE;

Line 542: rep_title := substrb(rep_title || L_GMF_SUBLEDGER_REPORT||' ',1,132); /* B1309946 */

538:
539: /* Format the report title */
540: rep_title := '|'||' '||RPAD(to_char(sysdate),36,' ');
541: IF report_on = 2 THEN rep_title := substrb(rep_title || L_GMF_TEST || ' ',1,132); END IF; /* B1309946 */
542: rep_title := substrb(rep_title || L_GMF_SUBLEDGER_REPORT||' ',1,132); /* B1309946 */
543:
544: /* RS Bug 1878244 - truncate rep_title if lengthb greater than 132 */
545: FOR i in 1..3 LOOP
546: IF (substr(rep_mode,i,1)='D') THEN rep_title := substrb(rep_title|| L_GMF_DOCUMENT||'/',1,132); END IF;

Line 1334: FND_MESSAGE.SET_NAME ('GMF','GMF_SUBLEDGER_REPORT'); L_GMF_SUBLEDGER_REPORT := FND_MESSAGE.GET;

1330:
1331: /* Procedure initialize labels and variables. */
1332: PROCEDURE INITIALIZE_LABELS IS
1333: BEGIN
1334: FND_MESSAGE.SET_NAME ('GMF','GMF_SUBLEDGER_REPORT'); L_GMF_SUBLEDGER_REPORT := FND_MESSAGE.GET;
1335: FND_MESSAGE.SET_NAME ('GMF','GMF_SOURCE'); L_GMF_SOURCE := FND_MESSAGE.GET;
1336: FND_MESSAGE.SET_NAME ('GMF','GMF_SUB_EVENT'); L_GMF_SUB_EVENT := FND_MESSAGE.GET;
1337: FND_MESSAGE.SET_NAME ('GMF','GMF_VOUCHER'); L_GMF_VOUCHER := FND_MESSAGE.GET;
1338: FND_MESSAGE.SET_NAME ('GMF','GMF_DOCUMENT'); L_GMF_DOCUMENT := FND_MESSAGE.GET;