DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_COST_GROUP_UPDATE

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

3582: * else
3583: * l_containerized_flag := 1;
3584: * end if;
3585: *
3586: * get cost group by calling inv_cost_group_update.proc_get_costgroup;
3587: *
3588: * if( no cost groups is stamped for the resulting lots ) then
3589: * assign the parent lot cost groups to the resulting lots
3590: * return validation status = 'Y'

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

3613: * else
3614: * l_containerized_flag := 1;
3615: * end if;
3616: *
3617: * call INV_COST_GROUP_UPDATE.PROC_GET_COSTGROUP to get cost group
3618: * end if;
3619: * if( l_current_cost_group_id <> l_cost_group_id ) THEN
3620: * return error different cost group for lot merge error
3621: * end if;

Line 3747: print_debug ('calling inv_cost_group_update.proc_get_costgroup'

3743: THEN
3744: print_debug ('l_containerized_flag is ' || l_containerized_flag
3745: , 'Validate_Cost_Group'
3746: );
3747: print_debug ('calling inv_cost_group_update.proc_get_costgroup'
3748: , 'Validate_Cost_Group'
3749: );
3750: END IF;
3751:

Line 3752: inv_cost_group_update.proc_get_costgroup

3748: , 'Validate_Cost_Group'
3749: );
3750: END IF;
3751:
3752: inv_cost_group_update.proc_get_costgroup
3753: (p_organization_id => l_organization_id
3754: , p_inventory_item_id => l_inventory_item_id
3755: , p_subinventory_code => l_subinventory_code
3756: , p_locator_id => l_locator_id

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

3767: IF (l_return_status <> fnd_api.g_ret_sts_success)
3768: THEN
3769: IF (l_debug = 1)
3770: THEN
3771: print_debug ('error from inv_cost_group_update.proc_get_costgroup'
3772: , 'Validate_cost_group'
3773: );
3774: END IF;
3775:

Line 3869: inv_cost_group_update.proc_get_costgroup

3865: ELSE
3866: l_containerized_flag := 1;
3867: END IF;
3868:
3869: inv_cost_group_update.proc_get_costgroup
3870: (p_organization_id => l_organization_id
3871: , p_inventory_item_id => l_inventory_item_id
3872: , p_subinventory_code => l_subinventory_code
3873: , p_locator_id => l_locator_id