DBA Data[Home] [Help]

APPS.AMS_IBA_PL_STYLESHTS_B_PKG dependencies on AMS_UTILITY_PVT

Line 65: AMS_UTILITY_PVT.debug_message('table handler : before actual insert');

61: px_object_version_number := 1;
62:
63:
64: IF (AMS_DEBUG_HIGH_ON) THEN
65: AMS_UTILITY_PVT.debug_message('table handler : before actual insert');
66: END IF;
67:
68: INSERT INTO AMS_IBA_PL_STYLESHTS_B(
69: stylesheet_id,

Line 95: AMS_UTILITY_PVT.debug_message( 'table handler : after insert into B table');

91: IF (AMS_DEBUG_HIGH_ON) THEN
92:
93:
94:
95: AMS_UTILITY_PVT.debug_message( 'table handler : after insert into B table');
96:
97: END IF;
98:
99: insert into AMS_IBA_PL_STYLESHTS_TL (

Line 135: AMS_UTILITY_PVT.debug_message('table handler : after insert into tl table');

131: IF (AMS_DEBUG_HIGH_ON) THEN
132:
133:
134:
135: AMS_UTILITY_PVT.debug_message('table handler : after insert into tl table');
136:
137: END IF;
138:
139: END Insert_Row;