DBA Data[Home] [Help]

APPS.QA_TXN_GRP dependencies on QA_SS_CORE

Line 363: -- from qa_ss_core and assign it to elements(11)

359: elements(11).value IS NULL)) THEN
360: --
361: -- Bug 8744187
362: -- Fetch the item category using the procedure
363: -- from qa_ss_core and assign it to elements(11)
364: -- which is not populated from the parent transaction.
365: -- skolluku
366: --
367: p_item := elements(10).value;

Line 368: qa_ss_core.get_item_category_val(

364: -- which is not populated from the parent transaction.
365: -- skolluku
366: --
367: p_item := elements(10).value;
368: qa_ss_core.get_item_category_val(
369: p_org_id => p_org_id,
370: p_item_val => p_item,
371: x_category_val => p_category,
372: x_category_id => p_category_id);