DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_COST_GROUP_UPDATE

Line 3545: * get cost group by calling inv_cost_group_update.proc_get_costgroup;

3541: * else
3542: * l_containerized_flag := 1;
3543: * end if;
3544: *
3545: * get cost group by calling inv_cost_group_update.proc_get_costgroup;
3546: *
3547: * if( no cost groups is stamped for the resulting lots ) then
3548: * assign the parent lot cost groups to the resulting lots
3549: * return validation status = 'Y'

Line 3576: * call INV_COST_GROUP_UPDATE.PROC_GET_COSTGROUP to get cost group

3572: * else
3573: * l_containerized_flag := 1;
3574: * end if;
3575: *
3576: * call INV_COST_GROUP_UPDATE.PROC_GET_COSTGROUP to get cost group
3577: * end if;
3578: * if( l_current_cost_group_id <> l_cost_group_id ) THEN
3579: * return error different cost group for lot merge error
3580: * end if;

Line 3706: print_debug ('calling inv_cost_group_update.proc_get_costgroup'

3702: THEN
3703: print_debug ('l_containerized_flag is ' || l_containerized_flag
3704: , 'Validate_Cost_Group'
3705: );
3706: print_debug ('calling inv_cost_group_update.proc_get_costgroup'
3707: , 'Validate_Cost_Group'
3708: );
3709: END IF;
3710:

Line 3711: inv_cost_group_update.proc_get_costgroup

3707: , 'Validate_Cost_Group'
3708: );
3709: END IF;
3710:
3711: inv_cost_group_update.proc_get_costgroup
3712: (p_organization_id => l_organization_id
3713: , p_inventory_item_id => l_inventory_item_id
3714: , p_subinventory_code => l_subinventory_code
3715: , p_locator_id => l_locator_id

Line 3730: print_debug ('error from inv_cost_group_update.proc_get_costgroup'

3726: IF (l_return_status <> fnd_api.g_ret_sts_success)
3727: THEN
3728: IF (l_debug = 1)
3729: THEN
3730: print_debug ('error from inv_cost_group_update.proc_get_costgroup'
3731: , 'Validate_cost_group'
3732: );
3733: END IF;
3734:

Line 3828: inv_cost_group_update.proc_get_costgroup

3824: ELSE
3825: l_containerized_flag := 1;
3826: END IF;
3827:
3828: inv_cost_group_update.proc_get_costgroup
3829: (p_organization_id => l_organization_id
3830: , p_inventory_item_id => l_inventory_item_id
3831: , p_subinventory_code => l_subinventory_code
3832: , p_locator_id => l_locator_id