DBA Data[Home] [Help]

APPS.CST_PERIODIC_AVERAGE_PROC_CP dependencies on CST_PERIODIC_ABSORPTION_PROC

Line 1413: CST_PERIODIC_ABSORPTION_PROC.get_exp_flag(p_item_id => l_cst_own_txns_tab(i).inventory_item_id

1409:
1410: FOR i IN 1..l_loop_count
1411: LOOP
1412:
1413: CST_PERIODIC_ABSORPTION_PROC.get_exp_flag(p_item_id => l_cst_own_txns_tab(i).inventory_item_id
1414: ,p_org_id => l_cst_own_txns_tab(i).organization_id
1415: ,p_subinventory_code => l_cst_own_txns_tab(i).subinventory_code
1416: ,x_exp_flag => l_exp_flag
1417: ,x_exp_item => l_exp_item);