DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on QA_SEQUENCE_API

Line 197: QA_SEQUENCE_API.Generate_Seq_for_Txn(

193: -- child,grand child plans
194: -- call seq. api only if eres is not enabled.
195: IF FND_PROFILE.VALUE('EDR_ERES_ENABLED') <> 'Y' THEN
196:
197: QA_SEQUENCE_API.Generate_Seq_for_Txn(
198: p_collection_id,
199: l_return_status);
200:
201: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 954: QA_SEQUENCE_API.Generate_Seq_for_Txn(

950: -- child,grand child plans
951: -- call seq. api only if eres is not enabled.
952: IF FND_PROFILE.VALUE('EDR_ERES_ENABLED') <> 'Y' THEN
953:
954: QA_SEQUENCE_API.Generate_Seq_for_Txn(
955: p_collection_id,
956: l_return_status);
957:
958: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN