DBA Data[Home] [Help]

APPS.JG_GLPPOS_PKG dependencies on JE_GR_STATUTORY

Line 53: JE_GR_STATUTORY.gl_cutoff(posting_run_id, retcode, errmsg);

49: -- Check the cutoff rules
50: --
51: /* commented for June 24 th release bug by shijain, uncomment later*/
52: /* uncommented bug 5194263 */
53: JE_GR_STATUTORY.gl_cutoff(posting_run_id, retcode, errmsg);
54: IF (retcode < 0) THEN
55: raise cutoff_error;
56: END IF;
57:

Line 62: JE_GR_STATUTORY.gl_sequence(posting_run_id, retcode, errmsg);

58: --
59: -- Check the sequencing
60: --
61: /* commented for June 24 th release bug by shijain, uncomment later
62: JE_GR_STATUTORY.gl_sequence(posting_run_id, retcode, errmsg);
63: IF (retcode < 0) THEN
64: raise sequence_error;
65: END IF;
66: */

Line 72: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_CUTOFF');

68: --END IF;
69: EXCEPTION
70: WHEN cutoff_error THEN
71: FND_MESSAGE.set_name ('GL', 'GL_PLL_ROUTINE_ERROR');
72: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_CUTOFF');
73: APP_EXCEPTION.raise_exception;
74: WHEN sequence_error THEN
75: FND_MESSAGE.set_name ('GL', 'GL_PLL_ROUTINE_ERROR');
76: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_SEQUENCE');

Line 76: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_SEQUENCE');

72: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_CUTOFF');
73: APP_EXCEPTION.raise_exception;
74: WHEN sequence_error THEN
75: FND_MESSAGE.set_name ('GL', 'GL_PLL_ROUTINE_ERROR');
76: FND_MESSAGE.set_token('ROUTINE', 'JE_GR_STATUTORY.GL_SEQUENCE');
77: APP_EXCEPTION.raise_exception;
78: WHEN others THEN
79: FND_MESSAGE.set_name ('FND', 'SQL_PLSQL_ERROR');
80: FND_MESSAGE.set_token('ERRNO', sqlcode);