DBA Data[Home] [Help]

APPS.INV_CREATE_MOVE_ORDER_PVT dependencies on INV_GLOBALS

Line 122: l_trohdr_rec.move_order_type := inv_globals.g_move_order_replenishment;

118: l_trohdr_rec.last_update_login := p_user_id;
119: l_trohdr_rec.organization_id := p_organization_id;
120: l_trohdr_rec.status_date := SYSDATE;
121: l_trohdr_rec.to_subinventory_code := p_subinv;
122: l_trohdr_rec.move_order_type := inv_globals.g_move_order_replenishment;
123: l_trohdr_rec.transaction_type_id := inv_globals.g_type_transfer_order_subxfr;
124: l_trohdr_rec.db_flag := fnd_api.g_true;
125: l_trohdr_rec.operation := inv_globals.g_opr_create;
126: l_line_num := l_line_num + 1;

Line 123: l_trohdr_rec.transaction_type_id := inv_globals.g_type_transfer_order_subxfr;

119: l_trohdr_rec.organization_id := p_organization_id;
120: l_trohdr_rec.status_date := SYSDATE;
121: l_trohdr_rec.to_subinventory_code := p_subinv;
122: l_trohdr_rec.move_order_type := inv_globals.g_move_order_replenishment;
123: l_trohdr_rec.transaction_type_id := inv_globals.g_type_transfer_order_subxfr;
124: l_trohdr_rec.db_flag := fnd_api.g_true;
125: l_trohdr_rec.operation := inv_globals.g_opr_create;
126: l_line_num := l_line_num + 1;
127: l_trolin_tbl(l_order_count).created_by := fnd_global.user_id;

Line 125: l_trohdr_rec.operation := inv_globals.g_opr_create;

121: l_trohdr_rec.to_subinventory_code := p_subinv;
122: l_trohdr_rec.move_order_type := inv_globals.g_move_order_replenishment;
123: l_trohdr_rec.transaction_type_id := inv_globals.g_type_transfer_order_subxfr;
124: l_trohdr_rec.db_flag := fnd_api.g_true;
125: l_trohdr_rec.operation := inv_globals.g_opr_create;
126: l_line_num := l_line_num + 1;
127: l_trolin_tbl(l_order_count).created_by := fnd_global.user_id;
128: l_trolin_tbl(l_order_count).creation_date := SYSDATE;
129: l_trolin_tbl(l_order_count).date_required := p_need_by_date;

Line 146: l_trolin_tbl(l_order_count).transaction_type_id := inv_globals.g_type_transfer_order_subxfr;

142: l_trolin_tbl(l_order_count).to_subinventory_code := p_subinv;
143: l_trolin_tbl(l_order_count).uom_code := p_primary_uom_code;
144: l_trolin_tbl(l_order_count).secondary_uom := p_secondary_uom_code; -- INVCONV changes
145: l_trolin_tbl(l_order_count).grade_code := p_grade_code; -- INVCONV changes
146: l_trolin_tbl(l_order_count).transaction_type_id := inv_globals.g_type_transfer_order_subxfr;
147:
148: l_trolin_tbl(l_order_count).db_flag := fnd_api.g_true;
149: l_trolin_tbl(l_order_count).operation := inv_globals.g_opr_create;
150:

Line 149: l_trolin_tbl(l_order_count).operation := inv_globals.g_opr_create;

145: l_trolin_tbl(l_order_count).grade_code := p_grade_code; -- INVCONV changes
146: l_trolin_tbl(l_order_count).transaction_type_id := inv_globals.g_type_transfer_order_subxfr;
147:
148: l_trolin_tbl(l_order_count).db_flag := fnd_api.g_true;
149: l_trolin_tbl(l_order_count).operation := inv_globals.g_opr_create;
150:
151: /*Patchset J:Enhancements:Health Care Project*/
152: IF (inv_control.g_current_release_level >= inv_release.g_j_release_level) THEN
153: print_debug('Patchset J:PAR replenish Counts Project', l_module_name, 9);