DBA Data[Home] [Help]

APPS.IGI_BUD_GL_CODE_CCID_PKG dependencies on GL_CODE_COMBINATIONS

Line 17: PROCEDURE select_row(recinfo IN OUT NOCOPY gl_code_combinations%ROWTYPE);

13: -- Example
14: -- select_row(recinfo);
15: -- Notes
16: --
17: PROCEDURE select_row(recinfo IN OUT NOCOPY gl_code_combinations%ROWTYPE);
18:
19:
20:
21: --

Line 54: -- GL_CODE_COMBINATIONS_PKG.check_unique( '12345', 1010 );

50: -- Arguments
51: -- x_rowid The ID of the row to be checked
52: -- x_ccid The code combination id to be checked
53: -- Example
54: -- GL_CODE_COMBINATIONS_PKG.check_unique( '12345', 1010 );
55: -- Notes
56: --
57: PROCEDURE check_unique( x_rowid VARCHAR2,
58: x_ccid NUMBER );

Line 77: -- GL_CODE_COMBINATIONS_PKG.get_valid_sob_summary(

73: -- x_ccid The code combination id to be checked.
74: -- x_template_id The valid template_id
75: -- x_sobid The set of books id to be checked.
76: -- Example
77: -- GL_CODE_COMBINATIONS_PKG.get_valid_sob_summary(
78: -- 123, x_template_id, 1);
79: -- Notes
80: --
81: PROCEDURE get_valid_sob_summary(