DBA Data[Home] [Help]

APPS.CONVERT_TEST dependencies on STANDARD

Line 907: ** average costed org. For a standard costed org should stamp

903: end if;
904:
905: /*
906: ** If locator tied to project stamp cost group of project for a
907: ** average costed org. For a standard costed org should stamp
908: ** the cost grp id of the sub level along with project id and task id
909: ** Else stamp cost group of subinventory for a standard costed
910: ** org and for the org level for a average costed org
911:

Line 909: ** Else stamp cost group of subinventory for a standard costed

905: /*
906: ** If locator tied to project stamp cost group of project for a
907: ** average costed org. For a standard costed org should stamp
908: ** the cost grp id of the sub level along with project id and task id
909: ** Else stamp cost group of subinventory for a standard costed
910: ** org and for the org level for a average costed org
911:
912: */
913: if (v_project_id > 0) THEN

Line 932: ELSE /* standard costing */

928: exception
929: when NO_DATA_FOUND then
930: l_cost_group_id := 1;
931: end;
932: ELSE /* standard costing */
933: l_cost_group_id := inv_sub_cg_util.get_cg_from_sub(
934: x_return_status => l_return_status
935: , x_msg_count => l_msg_count
936: , x_msg_data => l_msg_data

Line 964: ELSE /* standard costing */

960: l_cost_group_id := l_org_cost_group_id ;
961: ELSE
962: l_cost_group_id := l_org_cost_group_id ;
963: END IF;
964: ELSE /* standard costing */
965: l_cost_group_id := inv_sub_cg_util.get_cg_from_sub(
966: x_return_status => l_return_status
967: , x_msg_count => l_msg_count
968: , x_msg_data => l_msg_data