DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on QA_RESULT_GRP

Line 148: wip_logger.log(p_msg => 'Calling qa_result_grp.enable',

144: -- Step 6:
145: -- Enable the QA results
146: if ( l_qaCollectionID is not null ) then
147: if (l_logLevel <= wip_constants.full_logging) then
148: wip_logger.log(p_msg => 'Calling qa_result_grp.enable',
149: x_returnStatus => l_returnStatus);
150: end if;
151:
152: qa_result_grp.enable(p_api_version => 1.0,

Line 152: qa_result_grp.enable(p_api_version => 1.0,

148: wip_logger.log(p_msg => 'Calling qa_result_grp.enable',
149: x_returnStatus => l_returnStatus);
150: end if;
151:
152: qa_result_grp.enable(p_api_version => 1.0,
153: p_init_msg_list => 'F',
154: p_commit => 'F',
155: p_validation_level => 0,
156: p_collection_id => l_qaCollectionID,

Line 167: wip_logger.log(p_msg => 'qa_result_grp.enable returns return with error ' ||

163: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
164: fnd_message.set_token('MESSAGE', l_msgData);
165: fnd_msg_pub.add;
166: if (l_logLevel <= wip_constants.full_logging) then
167: wip_logger.log(p_msg => 'qa_result_grp.enable returns return with error ' ||
168: l_msgData,
169: x_returnStatus => l_returnStatus);
170: end if;
171: raise processing_exception;

Line 176: wip_logger.log(p_msg => 'qa_result_grp.enable returns ' ||

172: end if;
173: end if;
174:
175: if (l_logLevel <= wip_constants.trace_logging) then
176: wip_logger.log(p_msg => 'qa_result_grp.enable returns ' ||
177: 'with status ' || l_returnStatus,
178: x_returnStatus => l_returnStatus);
179: end if;
180: